body{
    background-color: #4c4c4c;
    text-align: center;
    background-image: url("../img/entre_pris_background.jpg");
    background-repeat: repeat-x;
}
body, div, td, th, p, h1, input, textarea, select {
    font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
    font-size: 12px;    
    padding: 0px;
    margin: 0px;
}

ul {
    margin: 5px 0px 5px 20px;
    padding: 0px;
}

p {
    padding-bottom: 10px;
}

table{
    border-collapse: collapse;
    border: none;
}

img{
    border: none;
}
img.png {
    behavior: url(/css/pngHack.htc);
}

a{
    color: #000000;
    text-decoration: none;
}

a:hover{    
    color: #00acec;
}

h1{
    color: #000000;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 10px;    
}

h1 a{
    text-decoration: none!important;
}

h2{
    color: #000000;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 3px;    
    margin-top: 0px;
}

h3{
    color: #000000;
    font-weight: bold;
    font-size: 11px;
    margin: 0px;
    margin-bottom: 10px;
}

/* body */
div.page{
    margin: auto;
    width: 816px;    
    margin-top: 20px;
    /*border: 1px solid red;*/
}

/* header */
div.header{
    text-align: left;
    background-color: #cbc6c0;
    background-image: url("../img/bg-header.gif");
    background-repeat: no-repeat;
    background-position: top right;
}

div.header2{
    text-align: left;
    background-color: #cbc6c0;
}

/* top menu */
div.top_menu{
	background-color: #4e4b4b;
    padding-top: 7px;
    padding-bottom: 5px;
}

div.top_menu span.separator{
    background-image: url("../img/sep-menu.gif");
    background-repeat: no-repeat;
    background-position: center;
    height: 8px;
    margin: 0px 10px 0px 10px;
}

table.i_block {
	width: 100%;
}
table.i_block td {
	width: 272px;
	height: 157px;
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: left;
    cursor: pointer;
    cursor: hand;
}
table.i_block td h2 {
	color: #FFFFFF;
    font-family: Arial;
    font-size: 11px;    
    font-weight: normal;
    padding: 7px 0px 0px 15px;
    margin: 0px;
    letter-spacing: 2px;
}
table.i_block td h3 {
	color: #00ACED;
    font-family: Arial;
    font-size: 14px;    
    font-weight: normal;
    padding: 0px 0px 0px 15px;
    margin: 0px;
    letter-spacing: 3px;
}
table.i_block td h3.redstyle {
	color: #FF0000;
	font-weight: bold;
}



.clearBoth{
    clear: both;
}

/* left menu */
td.left_menu{
    width: 203px;
    font-size: 11px;    
    background-image: url("../img/leftbg.jpg");
    background-position: top left;    
    background-repeat: no-repeat;    
    text-align: left;
    padding: 0px;
}
td.left_menu div.imgplace {
    height: 37px;
    padding: 10px 0px 0px 6px;
}
div.selectmenuplase div.select_title{
    padding: 5px 0px 2px 5px;
    color: #534f4e;
    font-size: 11px;
}

/* page */
table.some_page{
    width: 100%;
    height: 500px;
    background-color: #ffffff;        
    background-image: url("../img/footerbg.jpg");
    background-repeat: repeat-x;
    background-position: center bottom;
}

td.center {
    text-align: left;
    padding: 0px 10px 40px 10px;
}

td.center a {
    text-decoration: underline;
} 

td.column_separator{
    width: 20px;
}

td.column_separator_line{
    width: 20px;
    background-image: url("../img/bg-separator.gif");
    background-repeat: no-repeat;
    background-position: top center;
}

td.column_separator_row{
    height: 10px;
    background-image: url("../img/bg-separator.gif");
    background-repeat: no-repeat;
    background-position: top center;
}


div.column_separator_div{
    height: 10px;
    background-image: url("../img/bg-separator.gif");
    background-repeat: no-repeat;
    background-position: top center;
    font-size: 1px;
}

td.column_left{
    width: 400px;
    padding-top: 20px;
}
td.column_some {
    padding-top: 20px;
}
td.column_right{
    padding-top: 20px;
}

table.list_images{
    margin-top: 10px;
}

td.next{
    padding-left: 2px;
    width: 12px;
}   

td.prev{
    padding-right: 2px;
    width: 12px;
}  

table.list_images td{
    vertical-align: middle!important;
    text-align: middle!important;
}
table.list_images td img{
    padding: 0px 2px 0px 2px;
}

table.portfolio td{
    text-align: center;
    padding: 10px 0px 10px 0px;
    border: 1px solid #cac7c3;    
}
table.portfolio {
    margin-top: 10px;
    border: 2px solid #FFFFFF;
}


table.portfolio td a{
    text-decoration: none!important;
}

table.portfolio td.separator_portfolio{
    height: 20px;
}

td.h_right{
    text-align: right;
}

td.h_right span a{
    text-decoration: none!important;
}

td.h_right span{
    margin-left: 5px;
    margin-right: 5px;
}

/* contact form */
table.contact_form td, table.contact_form_page td{    
    padding-bottom: 8px;
}

table.contact_form td.left, table.contact_form_page td.left{
    text-align: left;
}

table.contact_form td.right, table.contact_form_page td.right{    
    text-align: left;
    padding-left: 3px;
}

table.contact_form_page td.right input, table.contact_form_page td.right textarea{    
    width: 250px;
}


input, textarea, select{
    border: 1px solid #000000;    
}

form{
    margin: 0px;
}

td.somecheckbox input{
    border: none;
    margin: 0px;
    width: 20px;
}

td.somecheckbox td {
    padding: 2px;
}



input.qty{
    width: 20px;
    margin-left: 0px;
}

input.submit_big{
    background-image: url("../img/submit-big.gif");
    border: none;
    margin-left: 3px;
    width: 85px;
    height: 21px;
}

input.submit_small{
    background-image: url("../img/next.gif");
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    border: 1px solid #ffffff;
    margin-left: 0px;
}

input.submit_addproduct{
    background-image: url("../img/submit-addcart.gif");
    background-repeat: no-repeat;
    background-position: center;
    width: 85px;
    height: 21px;
    border: 1px solid #ffffff;
    margin-left: 0px;
}

td.h_right table td{
    padding-bottom: 0px!important;
    padding-left: 5px;
}

div.form_name{
    font-size: 11px;
    margin-top: 2px;
}

/* list */
table.list_of{
    border-top: 1px solid #000000;
    margin-left: 15px;
}

table.list_of td{
    padding-top: 5px;
}

table.list_of td a{
    text-decoration: none!important;
    display: block;
    margin-top: 3px;
}

table.list_description{
    margin-top: 10px;
    margin-bottom: 10px;
}

table.list_description td{
    padding-right: 8px;
}

table.product_form td{
    padding-bottom: 8px;
}

.error {
    font-weight: bold;
    color: #009DEC;
}

.ok {
    color: #009DEC;
    font-weight: bold;
    padding-bottom: 5px;
}

table.filterform select {
    width: 200px;
}

div.desc_info {    
    color: #FFFFFF;
    font-weight: bold;
    padding:10px;
    width: 200px;
}

h1.gray_header {
    color: #C3BBB4;
    font-style: italic;
    border-bottom: 1px solid #C3BBB4;
    padding-bottom: 5px;
}

table.cart {
    width: 600px;
}

table.cart th {
    text-align: center;
    padding: 5px;
    background-color: #CACACA;
    border-bottom: 1px solid #B9B9B9;
}

table.cart td {
    padding: 5px;
    text-align: left;
}

table.cart td.right {
    text-align: right;
}

table.cart td.center {
    text-align: center;
}

table.cart tr.total td {
    background-color: #E9E9E9;
    border-top: 1px solid #DBDBDB;
}

table.cart tr.line1 {
    background-color: #F6F6F6;    
}
table.cart tr.line2 {
    background-color: #F1F1F1;
}

table.cart td.del {
    text-align: center;    
}

table.cart td.del input {
    width: 20px;
    border: none;
    margin: 0px;
    padding: 0px;
    background: none;
}

input.update_btn {
    font-weight: bold;    
    font-size: 12px;
    background-color: #F1F1F1;
    width: 100px;
}

div.join_botton {
    text-align: left;
    position: relative;
    top: -159px;
    left: 12px;
}

div.join_botton_top {
    padding-top: 26px;
}

div.join_botton_subtop {
    padding-top: 40px;
    text-align: center;
}

/** redesign **/
div.footer {
    /*position: relative;*/
}
div.footer div.blueline {
    margin-top: 3px;
    background-color: #00baf2;
    height: 9px;
    font-size: 1px;
}
div.footer table {
    margin-top: 11px;
}
div.footer tr {
    vertical-align: top;
}
div.footer td{
    font-size: 9px;
    text-align: left;
    color: #939497;    
    padding-top: 7px;  
    line-height: 16px;
}
div.footer td div {
    font-size: 9px;
}
div.footer th{
    background-image: url("../img/footerth.gif");
    background-repeat: no-repeat;
    background-position: center;    
    height: 51px;
    width: 1px;
    padding: 0px 21px 0px 23px;
}
div.footer td span{
    padding-left: 2px;
}
div.footer table td a, div.footer table td a:visited, div.footer table td a:hover {
    color: #939497;
    text-decoration: none;
}
div.footer table td a:hover {
    color: #00acec;
    text-decoration: none;
}
div.footer div.flags {
    padding-top: 2px;
}
div.footer div.flags img {
    padding-right: 5px;
}
div.footer div.orgs {
    padding-top: 2px;
    text-align: center;
}
div.footer div.orgs img {
    padding: 0px 3px 0px 3px;
}
div.powered {
    text-align: right;
    padding: 20px 0px 10px 0px;
    font-size: 10pt;
    color: #555555;
}
div.powered a, div.powered a:visited {
    color: #555555;
    text-decoration: none;
}
div.powered a:hover {
    color: #00acec;
    text-decoration: none;
}
table.bread {    
    background-image: url("../img/breadbg.jpg");
    background-repeat: repeat-x;
    height: 20px;
    border-bottom: 1px solid #ffffff;
}
table.bread td {
    color: #787878;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    padding-left: 8px;
    font-size: 11px;
}
table.bread td a{
    color: #787878;
    text-decoration: none;
}
#imagesnav {
    background-image: url("../img/bg-separator_hr.gif");
    background-position: top center;
    background-repeat: no-repeat;
}

div.select {    
    padding-left: 11px;
}
div.select div.item{
    padding: 4px;
}
div.select div.item a.selected:hover, div.select div.item a.selected, div.select div.item a.selected:visited {
    color: #00baf2;
}

div.totop {
    text-align: right;
    font-weight: bold;    
    text-transform: uppercase;
    font-size: 11px;    
    position: absolute;
    right: 30px;
    top: -35px;
}

div.totop a, div.totop a:hover, div.totop a:visited {
    color: #787878;
    text-decoration: none;
}


#affiliation_logos {
    width: 150px;
    height: 34px;    	
    /*padding-left: 2px;*/
}

#affiliation_logos a {
	display: block;
	height: 34px;
	overflow: hidden;
	float: left;
}

#affiliation_logos img {
	position: absolute;
}

#affiliation_logos img.bw {
	z-index: 500;
}

#affiliation_logos img.color {
	z-index: 400;
}


a#bmc {
	width: 24px;
}

a#ffme {
	width: 25px;
	padding-left: 8px;
}

a#ifsc {
	width: 30px;
	padding-left: 8px;
}

a#cwa {
	width: 43px;
	padding-left: 8px;
}
