﻿.msg {
	font-size:12px; color:#FF0000;
}

.price { font-size:14px; color:#FF0000; font-weight:bold;}
.price_promo { color:#2b74aa; font-size:14px; font-weight:bold;}
.price_old {font-size:12px; color:#CCCCCC; font-weight:none; text-decoration:line-through;}


#products tr th {
	/*background-color:#fcd531;*/
	border-bottom:1px solid #dedede;
	padding:5px;
	text-align:center;
	vertical-align:middle;
	border-right:1px solid #dedede;
	
	
	font-size:12px;
	color:#063473;
}

#products_row tr td {
	border:1px solid #dedede;
	border-left:none;
	border-top:none;
	padding:5px;
	text-align:center;
	vertical-align:middle;
}

#products_row #a a:link, #products_row #a a:visited, #products_row #a a:hover {
	font-size:11px;
	color:#063473;
	text-decoration:none;
}
#products_row #a a:hover {
	text-decoration:underline;
}





/*start category shop main*/
#shop_main, #shop_main_pressed {
	width:100%;
	font-size: 11px;
	font-weight:bold;
	/*background-color:#51719d;*/
	background: #51719d url(images/cms/cat_main_link.gif) no-repeat right;
	border-bottom:1px solid #063473;
}
#shop_main a:link,#shop_main a:visited, #shop_main a:hover,
#shop_main_pressed a:link,#shop_main_pressed a:visited, #shop_main_pressed a:hover {
	display:block;
	width:100%;
	padding: 3px 5px;
	padding-left:10px;	
	
	color: #fff;
	font-weight:bold;
	text-decoration:none;
}
#shop_main a:hover {
	text-decoration:underline;
}

#shop_main_pressed {
	/*background-color:#fcd531;*/
	background: #ebeef0 url(images/cms/cat_main_link_pressed.gif) no-repeat right;
}
#shop_main_pressed a:link,#shop_main_pressed a:visited, #shop_main_pressed a:hover {
	color: #063473;
}
#shop_main_pressed a:hover {
	text-decoration:underline;
}

/*end category shop main*/

/*start category shop sub*/
#shop_sub, #shop_sub_pressed {
	width:100%;
	font-size: 11px;
	font-weight:bold;
	background: #063473 url(images/cms/cat_sub_link.gif) no-repeat left;
	border-bottom:1px solid #385d8f;
}
#shop_sub a:link,#shop_sub a:visited, #shop_sub a:hover,
#shop_sub_pressed a:link,#shop_sub_pressed a:visited, #shop_sub_pressed a:hover {
	display:block;
	width:100%;
	padding: 3px 5px;
	padding-left:15px;	
	
	color: #fff;
	font-weight:normal;
	text-decoration:none;
}
#shop_sub a:hover {
	text-decoration:underline;
}

#shop_sub_pressed {
	background: #ebeef0 url(images/cms/cat_sub_link_pressed.gif) no-repeat left;
}
#shop_sub_pressed a:link,#shop_sub_pressed a:visited, #shop_sub_pressed a:hover {
	color: #063473;
}
#shop_sub_pressed a:hover {
	text-decoration:underline;
}
/*end category shop sub*/

/*
#shop_center td {
	background:url(images/cms/cat_sub_link_pressed.gif) no-repeat left;
}
#shop_center a:link,#shop_center a:visited {
	font-size:11px;
	color: #CC0000;
	font-weight: normal;
	text-decoration:underline;
	padding-left:15px;
}
#shop_center a:hover {
	text-decoration: none;
	color: #66CC66;
	font-weight: normal;
}
*/



/*start mini cart*/
#cart_mini {
	width:100%;
	margin:0px;
	padding:0px;
}

#cart_mini tr td {
	text-align:left;
	vertical-align:middle;
	padding:2px 0px;

}
#cart_mini a:link, #cart_mini a:visited {
	color:#000000;
	font-size:14px;
	text-decoration:underline;

}
#cart_mini a:hover {
	color:#CC0000;
	font-size:14px;
	text-decoration:none;

}
/*end mini cart*/

/*start cart edit*/
#cart_table {
	width:100%;
	padding:0px;
	margin:0px;
}
#cart_table tr th {
	font-weight:bold;
	color:#000000;
	text-align:left;
	
	padding:5px;
	background-color:#e9e9e9;
	border-right:1px solid #FFFFFF;
	
}
#cart_table tr td {
	padding:2px 5px;
}
/*end cart edit*/

/*start order succes table*/

#order_succes_table {
	width:100%;
}

#order_succes_table tr th {
	font-weight:bold;
	color:#000000;
	text-align:left;
	
	padding:5px;
	background-color:#e9e9e9;
	border-right:1px solid #FFFFFF;	
}

#order_succes_table tr td {
	padding:2px 5px;
	border-bottom:1px dotted #e9e9e9;
	border-right:1px solid #e9e9e9;
}

/*end order succes table*/

/*start globals parameters table*/

#globals_parameters_table {
	width:100%;
}

#globals_parameters_table #top {
	background-color:#CCCCCC;
	border-top:1px solid #a5a5a5;
}

#globals_parameters_table tr th {
	font-weight:bold;
	color:#5a5a5a;
	text-align:left;
	
	padding:5px;
	background-color:#e6e6e6;
	/*border-top:1px solid #a5a5a5;*/
	border-bottom:1px solid #a5a5a5;
	/*border:1px solid #a5a5a5;
	border-left:none;
	border-right:none;*/
}

#globals_parameters_table tr td {
	padding:2px 5px;
	background-color:#f2f2f2;
	border-bottom:1px dotted #d3d3d3;
}

/*end globals parameters table*/




