/* CSS Document */
/* CSS Document by Dieter Schneider 2007 | www.csstemplateheaven.com */


/* MAIN LAYOUT */
* {margin: 0; padding: 0;}

body {
	background-image: url(../img/page_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
}

body:hover {
	color:#000000;
}

#container {
	width: 909px;
	padding-left:21px;
	margin: auto;
	background-image: url(../img/shadow_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
}


#simu {
	background-image: url(../img/cols_simul.jpg);
	background-repeat: repeat-y;
}

#greyline {
	padding-left:4px;
	width: 880px;
	background: #C2C0C1;
}


#whiteline {
	padding-left:7px;
	width: 869px;
	background: #FFFFFF;
}

#header {
	width:862px;
}


#top_bar {
	width:862px;
	height:24px;
	margin-top:2px;
	background-image: url(../img/hor_slice.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	color: #F0F0F0;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom:2px;
	background-color: #39679B;
}

#top_bar a {
	color:#FFFFFF;
	text-decoration:none;
}

#top_bar a:hover {
	color: #CCCCCC;
	text-decoration:none;
}

#top_bar img {
	border:none;
	vertical-align: bottom;
}


#top_bar #path {
	float:left;
	margin-left:10px;
	margin-top:5px;
	font-size: 14px;
}

#top_bar #search_box {
	float:right; 
	margin-right:20px;
}

#top_bar country_box {
	float:right; 
	margin-right:20px;
}

#leftColumn {
	width: 186px;
	float: left;
	padding-top: 5px;
	padding-left: 4px;
}

#rightColumn {
	width: 186px;
	float: right;
	margin-right:7px;
	padding-top: 5px;
}

#middleContent {
	margin-left: 191px;
	border: 1px dashed #FFFFFF;
}

#content {
	margin-top:5px;
	margin-right: 4px;
	margin-left: 4px;
}

#footer {
	width:862px;
	clear: both;
	margin-top: 10px;
	background-image: url(../img/footer_bg.jpg);
	background-repeat: repeat;
	background-position: center top;
	height: 22px;
	text-align: center;
	padding-top: 7px;
}

#footer_left {
	float:left;
	margin-left: 20px;
}

#footer_right {
	float:right;
	margin-right: 20px;
}

#footer_hack {
	background-image: url(../img/columns_bottom.jpg);
	height: 17px;
	width: 862px;
	clear:both;
}

#promo_banner {
	margin-top: 3px;
	margin-bottom: 3px;
}

.div_clear {
	clear:both;
	margin:0px;
	padding:0px;
}


/* BLUE BOXES LAYOUT */
.bluebox {
	width:179px;
	background:url(../img/blue_box_middle.jpg);
	background-repeat:repeat-y;
	margin-top: 30px;
}

.bluebox_top {
	height:20px;
	background:url(../img/blue_box_top.jpg);
	background-repeat: no-repeat;
}

.bluebox_bottom {
	height:20px;
	background:url(../img/blue_box_bottom.jpg);
	background-repeat: no-repeat;
}

.bluegox_content {
	text-align:center;
}

/* ABSTRACTS LAYOUT */
.abstract {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B1B1B1;
	padding-top: 7px;
	padding-left: 7px;
	padding-right: 7px;
	background-color: #F2F2F2;
	overflow: hidden;
}

.featured {
	background-image: url(../img/featured_article_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #DDE6EF;
}

.abs_last {
	background-image: url(../img/article_last_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #F2F2F2;
	border: none;
}


.abs_hack {
	clear: both;
	height: 7px;
}

.abstract .margin1 {
	margin-left: 160px;
}

.abstract .margin2 {
	margin-left: 0px;
}


.abstract .thumbnail {
	float: left;
	margin-bottom: 7px;
}

.abstract .title {
	margin-bottom: 3px;
}

.abstract .date {
	font-style: italic;
	color: #333333;
	/*
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	*/
	margin-bottom: 3px;
	text-align: right;
	font-size: 10px;
}


.abstract .content {
	margin-bottom: 7px;
}

/* PRODUCTS BOX LAYOUT */
.pbox {
	width: 179px;
	background-color:#FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #003A72;
	border-bottom-color: #003A72;
	border-left-color: #003A72;
	margin-bottom: 20px;
}

.pbox .pbox_topcurve {
	position:relative;
	left:-1px;
	float: left;
}

.pbox .pbox_header {
	background-image: url(../img/pbox_top2.jpg);
	height: 20px;
}

.pbox .art_name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	padding-top: 5px;
	padding-left: 5px;
}

.pbox .pbox_bottom {
	font-size:11px;
}

.pbox .pbox_content {
	text-align:center;
	margin-top: 5px;
}

.pbox .price {
	font-weight:bold;
	font-style: italic;
	color: #FF0000;
	font-size: 13px;
	float:right;
	margin-right: 3px;
}

.pbox .code {
	float:left;
	font-style: italic;
	color: #666666;
	margin-left: 3px;
}


.pbox a {
	color: #000000;
	text-decoration: none;	
}

.pbox .info {
	height:15px;
	width: 52px;
	background-image: url(../img/pbox_button_bg.jpg);
	background-repeat: no-repeat;
	float: right;
	padding-top: 3px;
	text-align: center;
	margin-right: 5px;
}

.pbox .info:hover {
	background-image: url(../img/pbox_button_bg2.jpg);
	cursor: pointer;
}

.pbox .buy {
	height:15px;
	width:52px;
	background-image:url(../img/pbox_button_bg.jpg);
	background-repeat:no-repeat;
	float:right;
	padding-top:3px;
	text-align: center;
	margin-right:5px;
}

.pbox .buy:hover {
	background-image:url(../img/pbox_button_bg2.jpg);
	cursor: pointer;
}

#article {
	margin-top: 15px;
	
}

#article .title {
	background-image: url(../img/h1bg.jpg);
	height: 41px;
	padding-top: 23px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}


#article .art_content {
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#article .art_content .text_lane1 {
	text-align: justify;
	margin-right: 165px;
}

#article .art_content .text_lane2 {
	text-align: justify;
	margin-right: 0px;
}

#article .art_content .photo_lane {
	float: right;
}

#article .art_content .photo_lane .photo {
	display: block;
	margin-bottom: 20px;
	font-size: 10px;
	font-style: normal;
	color: #666666;
	text-align: center;
}

#article .art_content .photo_lane img {
	margin-bottom: 3px;
}

#article .art_content .source {
	font-style: italic;
	font-weight: bold;
	color: #000066;
	margin-top: 30px;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #3C6A9E;
}

#article .title h1 {
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}

#article .title h2 {
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}





.product_preview {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
}
.product_preview .product_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
#product_list {
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}
.product_preview .product_thumbnail {
	margin-right:10px;
}
.product_preview .product_price2 {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	margin-top: 4px;
}

.product_preview .product_description {
	padding-top: 5px;
	padding-right: 5px;
}

.currency {
	color:#CC0000;
}

.product_preview {
	padding: 5px;
	margin-bottom: 15px;
}
.pager {
	font-size: 12px;
	font-weight: bold;
	background-color: #EBF3FC;
	text-align: center;
	border: 1px dashed #1B69B3;
	margin-right: 10px;
	margin-left: 10px;
	float: right;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.pager .actual {
	font-size: 15px;
	margin-left:3px;
}

.pager a {
	font-size: 14px;
	margin-left:3px;
	padding:3px;
}
.total_pages {
	font-weight: bold;
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}




#content .description {
	margin-top:5px;
	margin-left:5px;
}

/* CART PRODUCT TABLE */
#cart_table {
	font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width:100%; 
	margin-left:auto; 
	margin-right:auto;
	margin-top:20px;
}

#cart_table th {
	padding: 0 0.5em;
	text-align: left;
}

#cart_table tr.yellow td {
	border-top: 1px solid #FB7A31;
	border-bottom: 1px solid #FB7A31;
	background: #FFC;
	font-weight:bold;
}

#cart_table tr.yellow:hover td {
	background: #FFC;
}

#cart_table tr.alternate td {
	background: #F3F9FC;
}

#cart_table tr.alternate:hover td {
	background-color: #D8F3D9;
}

#cart_table td {
	border-bottom: 1px solid #CCC;
	padding: 0 0.5em;
}

#cart_table td:first-child {
	width: 190px;
}

#cart_table td+td {
	border-left: 1px solid #CCC;
	text-align: center;
}



/* CART ACTION BUTTONS */

#cart_edit {
	padding: 10px;
	width:95%;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	font-weight:bold;
	height:auto;
}


#cart_edit img {
	border:none;
	vertical-align: text-bottom;
}


#cart_edit a {
	margin-right:5px;
	color:#000000;
	padding:5px;
	background:#E2EDF5;
	text-decoration:none;
	border: 1px solid #006699;
}

#cart_edit a:hover {
	background-color: #AFC8F5;
	cursor:pointer;
}





/* CART ACTION BUTTONS */

#cart_actions {
	padding: 10px;
	width:95%;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	font-weight:bold;
	height:auto;
	text-align:center;
}


#cart_actions img {
	border:none;
	vertical-align: text-bottom;
}


#cart_actions a {
	margin-right:5px;
	color:#000000;
	padding:5px;
	background:#E2EDF5;
	text-decoration:none;
	border: 1px solid #006699;
}

#cart_actions a:hover {
	background-color: #AFC8F5;
	cursor:pointer;
}

#cart_actions #action_clear {
	color:#000000;
	padding:5px;
	text-decoration:none;
	border: 1px solid #FF0000;
	background-color: #FFE8D9;
	margin-right:5px;
}

#cart_actions #action_clear:hover {
	background-color: #FFBD91;
	cursor:pointer;
}


#cart_actions #action_quote {
	color:#000000;
	padding:7px;
	text-decoration:none;
	border: 1px solid #006600;
	background-color: #DFF9E0;
	margin-left:40px;
	font-size:14px
}

#cart_actions #action_quote:hover {
	background-color: #B5E6B8;
	cursor:pointer;
}


.celda_dist_titulo2 {
	background:#F0F9F1;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #2F5A84;
	font-size: 14px;
	padding: 4px;
}

.tabla_contactenos {
	background-color: #EFF5FA;
	border: 1px dashed #3980B9;
}

#get_quote_actions {
	margin-top:20px;
	font-weight:bold;
	padding:10px;
	text-align:center;
}

#get_quote_actions #action_quote {
	color:#000000;
	padding:7px;
	text-decoration:none;
	border: 1px solid #006600;
	background-color: #DFF9E0;
	font-size:14px
}

#get_quote_actions #action_quote:hover {
	background-color: #B5E6B8;
	cursor:pointer;
}

#get_quote_actions img {
	border:none;
	vertical-align: text-bottom;
}

.preloadImg {
	display:none;
}


/* PRODUCT BOX STYLES */

.product_box {
	width: 200px;
	background: url(../img/box_bg.gif) no-repeat bottom left;
	margin-bottom:25px;
}

.product_box .mp_name_es {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background: url(../img/box_top.jpg) no-repeat top left;
	text-align:left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
	text-decoration: none;
}

.product_box .info_button {
	padding-right:10px;
	padding-bottom:10px;
	float: right;
}

.product_box .preview_image {
	padding-top:20px;
	padding-bottom:20px;
}

.product_price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333366;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-align: left;
}
#related_products {
	margin-top: 20px;
}


