/* @override http://seanbergltd.siraza.net/stylesheet.css */

body{
	margin: 0px; 
	padding: 0px; 
	margin-top: 80px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #666;
}
#home{
	color: #666;
}
#container{
	width: 688px;
	margin: 0px auto;
}
#nav{
	margin-top: 25px;
}
#nav .navitem{
	text-align: right;
	background-image: url('/template/navbg.gif');
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 14px;
	font-size: 11px;
}
#nav .navitem a{
	color: #6d6f72;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#nav .navitem a:hover{
	color: #000;
}

#nav .navitem a.selected{
	color: #6c0000;
}

#leftcol{
	width: 238px;
	float: left;
	margin-right: 35px;
}
#rightcol{
	width: 415px;
	float: left;
	margin-top: 12px;
}	

strong{
	color: #000000;
	font-weight: normal;
}

a{
	text-decoration: none;
	color: #6c0000;
}

a:hover{
	color: #666;
	text-decoration: underline;
}

.img_bdr {
	border: 1px solid #b3b3b3;
	padding: 4px;
	width: 400px;
}

p{
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}
h1{
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	color: #6c0000;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
}
h2, h2 a{
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	color: #6c0000;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	width: 200px;
}

h2 a:hover{
	color:black;
	text-decoration: none;
}

#container .catalogue_item, #container .item_detail{
	margin-bottom: 5px;
}
#container .catalogue_item.shaded, #container .item_detail.shaded{
	background-image: url('/template/shadedbg.gif');
	background-repeat: repeat-y;
	background-position: right;
	padding-bottom: 10px;
}
#container .catalogue_item_photo{
	width: 110px;
	text-align: center;
	margin-right: 15px;
	float: left;
	margin-top: 20px;
}
#container .catalogue_item_info{
	width: 280px;
	float: left;
}

#container .price{
	color: #999;
}

#item_photo{
	float: left;
	width: 350px;
	margin-right: 10px;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 5px;
}
#item_thumbs{
	float: left;
	width: 55px;
	padding-top: 5px;
	opacity: 1;
}

/* 
------------------------------------------------- 
Clear fix!
------------------------------------------------- 
*/
#container .clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#container .clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
#container .clearfix {display: block;}
/* End hide from IE-mac */