@charset "utf-8";
/* Site Layout */


* {
	padding:0;
	margin:0;
}


/*  Body */
body {
	background: #2A6AB2 url(../img/bg.jpg) repeat center bottom fixed;
    padding: 0;
    margin: 0;
	font-size: 11px;
	font-family: Trebuchet MS;
	color: #5d717e;
	text-align: center;
}


/*  Header */
#Header {
 background: url(../img/header.jpg);
    width: 936px;  
 height: 238px;
 margin: 0px auto;  
}

/*  Top Navigation */
#topnav {
	width:590px;
	margin:auto;
	padding-top: 126px;
}
ul#nav li {list-style-type:none;margin:0;padding:0}
ul#nav li{float:left;margin-left: 5px;text-align: center}
ul#nav a{float:left;width: 100px; background:#E9E9E9; padding: 6px; text-decoration:none;color:#485278; font-weight:bold; font-size:14px}
ul#nav a:hover{background: #ECE1A8;color: #000}
ul#nav li.activelink a,ul#nav li.activelink a:hover{background: #485278;color: #FFF} 

#Banner {}


/*  Wrapper */
#Wrapper {
	background: url(../img/wrapperbg.jpg) repeat-y;
	text-align : left;
	margin : 0px auto;
    width : 842px;  
}
   
/*  Left Column */
#LeftColumn {
     float : left;
     width : 160px;
	 margin: 0 2px;	 
}

/*  Main Column */
#MainColumn {
	 float : right; 
	 width : 678px;	 
     display: inline;
	 margin: 0;
}
   
/*  Footer Bar */
#FooterBar {
     clear: both;
	 height: 18px;
	 background : url(../img/footerbg.jpg);  
}


/* Page Elements */

/*  Left navigation */
#leftnav ul {flamingo.css (line 80)
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:-7px 0 20px;
padding:0;
width:158px;
}
#leftnav li a
{
	background: #9DB9D7;
	height: 30px;
	line-height: 30px;
	padding-left: 5px;
	display: block;
	color: #120C31;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	margin: 1px 0px;
} 
#leftnav li a:hover {
	background: #FFF;
}
#leftnav li a.selected {
	background: #FFF;
	color: #000;
}

#votelayer {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;	
	background: #9DB9D7;
	text-align: center;
	font-weight: bold;
	font-size: 12px;	
	padding: 4px 0;
	color: #000;
	width: 99%;
}

/*** Home Categories Module  ***/
div.home_categories ul {
 text-align:center;
 list-style:none;
 margin:12px;
 
}
div.home_categories li {
 float: left;
 margin: 5px;
 width: 150px; 
}
div.home_categories h5 a {
 font-size: x-small;
 color: #666;
}
div.home_categories h5 a:hover {
 text-decoration:underline;	
 color: #000;
}
div.home_categories div {
 width: 160px; 
 filter:alpha(opacity=70); 
 opacity: 0.7;
 -moz-opacity:0.7;
}
div.home_categories div:hover {
 filter:alpha(opacity=100); 
 opacity: 1;
 -moz-opacity:1;
}

/* Content Management Styles */

#cmsHome { 
	float:left;
	width:298px;
	margin:10px 22px 20px;
}
#cmsHome #cmsContent { 
	background:#FFF;
	padding:12px;
	height:320px;
	color:#333;
	font-weight:bold;
	border:1px solid #555;
}

/* Tabs */
ul.idTabs {
	list-style-type:none;
	height:21px;
	margin-top:1em;
}
ul.idTabs li {
	float:left;
	margin-right:-1px;
}
ul.idTabs li a {
	background:#DFEAF4;
	border:1px solid #555;
	border-bottom:none;
	display:block;
	width:98px;
	height:18px;
	text-align:center;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	padding-top:3px;
	color:#374853;
}
ul.idTabs li a.selected {
	background:#FFF;
	color:#333;
}


#homeWrapper h3 { margin:10px 2px 0; font-size:13px }
#homeWrapper {
	color:#000;
	float:left;
	margin:21px auto;
	text-align:center;
	width:300px;
}


/* product-list.tpl */
ul#product_list{ 
	clear:left;
	margin: 10px 50px;
    list-style-type:none; 
}
ul#product_list li {
    float: left;
	width:160px;	
	padding: 0px;
	margin: 20px 10px;
	text-align: center;
}

ul#product_list li a{ text-decoration:none; color:#374853; }
ul#product_list img{
	border: solid 1px #CCC;
}
ul#product_list li h3{ display:block; font-size:11px; font-weight:bold; margin:auto; width:135px; height:32px; }
ul#product_list li .new{
	background:transparent url(../img/flag_new_bg.jpg) repeat-x scroll 0%;
	border:1px solid #488C40;
	color:white;
	font-size:0.6em;
	font-weight:bold;
	margin:0pt 1em 0pt 0pt;
	padding:0pt 0.4em;
	text-transform:uppercase;
	vertical-align:0.3em;
}
ul#product_list li .discount{
	color:#da0f00;
	text-transform:uppercase;
	font-weight:bold;
}
ul#product_list li .on_sale{
	color:#da0f00;
	text-transform:uppercase;
	font-weight:bold;
}
ul#product_list li .reduction {
	display: block;
	margin-bottom: 0.3em;
}
ul#product_list li .price{
	font-size: 16px;
	margin-bottom: 0.2em;
	width:120px;
}
ul#product_list li span.availability{
	color:#488c40;

	font-size:0.9em;
}
ul#product_list li a.button{ margin:5px auto; }

/* product-sort.tpl */
form#productsSortForm p{
	padding:20px;
	height: 1em;
	margin: 0.5em 0 0 0;
}
form#productsSortForm p label, form#productsSortForm p select{ float:right; }
form#productsSortForm p select{ font-size:1em; }


/* pagination.tpl */
div.pagination {
	clear:both;
	padding:20px;
	margin-left:200px;
}
ul.pagination {
	list-style: none;
	float: left;
}
ul.pagination li {
	display: inline;
	float: left;
	margin-right: 0.3em;
}
ul.pagination li, ul.pagination a, ul.pagination span {
	font-weight: bold;
	color: #374853;
}
ul.pagination a, ul.pagination span {
	border: 1px solid #888;
	padding: 0em 0.4em;
	display: block;
	line-height: 17px;
	background: #bdc2c9 url('../img/pagination_bg.gif') repeat-x top right;
}
ul.pagination a { text-decoration: none; }
ul.pagination li.current span {
	background-color: #595a5e;
	background-image: url('../img/pagination-bg-current.gif');
	color: white;
	border: 1px solid #595a5e;
}
ul.pagination li.truncate {
	padding: 0.3em;
	background: none;
}
#pagination_previous a, #pagination_previous span, #pagination_next a, #pagination_next span {
	background-image: url('../img/pagination-prevnext-bg.gif');
	border: none;
	line-height: 19px;
	border-color: #d0d1d5;
	border-style: solid;
	border-width: 0 1px;
}
#pagination_previous {
	background: transparent url('../img/pagination-prev-border.gif') no-repeat top left;
	padding-left: 6px;
}
#pagination_previous a, #pagination_previous span {
	border-left: none;
}
#pagination_next {
	background: transparent url('../img/pagination-next-border.gif') no-repeat top right;
	padding-right: 6px;
}
#pagination_next a, #pagination_next span { border-right: none; }
li.disabled span {
	color: #888;
	background-color: #f1f2f4;
}

/* Default block style */
div.block {
	margin: 10px auto;
	width: 145px;
}
#left_column div.block, #right_column div.block {
	padding-bottom: 6px;
	background: transparent url('../img/block_footer.gif') no-repeat bottom left;
}
div.block h4 {
	text-align:center;
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 1.2em;
	padding:2px;
	line-height:1.3em;
	color: #374853;
	height: 19px;
	background: #A9B9CA;
}
div.block h4 a { color: #120C31; }
div.block ul { list-style: none; }
div.block ul.tree li { padding-left:1.2em; }
div.block a:hover { text-decoration: underline; }
#left_column div.block .block_content a.button_large, #right_column div.block .block_content a.button_large { margin:0 0 0 -3px; }
div.block .block_content {
	border-left: 1px #d0d3d8;
	border-right: 1px #d0d3d8;
	padding:0.5em 0.7em 8px;
	background: #f1f2f4 url('../img/block_bg.jpg') repeat-x bottom left;
	min-height:20px;
}
div.block li {
	padding: 0.2em 0 0.2em 0em;
	list-style-position: outside;
}
div.block a {
	color: #595a5e;
	text-decoration: none;
}

/* block exclusive */
#left_column div.exclusive, #right_column div.exclusive {
	background: transparent url('../img/block_exclusive_footer.jpg') no-repeat bottom left;
}
div.exclusive h4 {
	background: transparent url('../img/block_header_exclusive.gif') no-repeat top left;
	color: white;
}
div.exclusive h4 a { color: white; }
div.exclusive li { margin-top: 0; }
div.exclusive, div.exclusive a { color: white; }
div.exclusive .block_content {
	background: #E7E9EA;
	border-left: 1px solid #595a5e;
	border-right: 1px solid #595a5e;
}

/* Special style for block cart*/
#cart_block .block_content { padding: 0.6em; }
#cart_block h4 { background: #A8B8C9; border:1px solid #000; border:1px solid #666 }
#cart_block h4 span{
	text-transform:none;
	font-size:0.8em;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:10px;
}
#cart_block h4 span#block_cart_collapse{ background-image: url('../img/icon/sort_asc_white.gif'); }
#cart_block h4 span#block_cart_expand{ background-image: url('../img/icon/sort_desc_white.gif'); }
#cart_block #cart_block_no_products{ margin: 0.5em 0; }
#cart_block dl dt a, #cart_block dl dt span.quantity-formated {
	float: left;
	color: #000;
}
#cart_block dl {
	font-size: 0.9em;
	color: #774675;
}

#cart_block dt{
	padding-top:0.4em;
	height:1.2em;
}
#cart_block dl span.quantity-formated{ padding-right:0.3em; }
#cart_block dt, #cart_block dd{
	clear: both;
	margin-top:0.2em;
}

#cart_block dt {
width: 125px;
}

#cart_block dd {
width: 105px;
}

#cart_block dd{ margin-left:1em; margin-right:1em; font-style:italic;}
#cart_block dl dt a { font-weight: bold; }
#cart_block a.ajax_cart_block_remove_link {
	width:11px;
	height:13px;
	margin-left:4px;
	float:right;
	font-size:0;
	display:block;
	background: transparent url('../img/icon/delete.gif') no-repeat left bottom;
}
#cart_block a.ajax_cart_block_remove_link:hover { text-decoration:none; }
#cart_block p { clear: both; }
#cart_block p span {
	clear: right;
	float: left;
	text-align: right;
	color: #555;
}
#cart_block li { clear: both; }
#cart_block span.price {
	color: #774675;
	float: right;
}
#cart_block dl span.price {
	font-weight: normal;
	color: #774675;
	float: right;
}
#cart_block_wrapping_cost, #cart_block_shipping_cost , #cart_block_total{ padding-right:1.3em; }
#cart_block table#vouchers, #cart_block p#cart-prices {
	margin-top:0.5em;
	border-top:1px solid white;
	height: 3em;
	padding-top:0.4em;
	margin-bottom:0.5em;
	clear:both;
}

#cart_block table#vouchers td {
	padding:0;
	border:0;
	height:1.5em;
}

#cart_block table#vouchers td.price {
	color:#774675;
	font-size:1em;
	font-weight:normal;
	width:37%;
	text-align:right;
}
#cart_block table#vouchers td.delete {
	width:9%;
	text-align:right;
}

#cart_block table#vouchers td.delete img{
	margin:0;
}

#cart_block p#cart-buttons {
	height: 1.6em;
	margin:0 -0.3em;
}
#cart_block p#cart-buttons a { float: left; }
#cart_block p#cart-buttons a#button_order_cart { float: right; }

#cart_block .cart_block_customizations {
	margin-left: 6px;
	list-style-type: square;
}
