html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
* {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin: 0px;
	text-align: center;
	background-color: #373737;
	padding: 0px;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
	color: #000000;
	line-height: 1.6em;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, textarea, select {
	margin: 3px 0px;
}
a, a:visited {
	color: #3682DE;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
p {
	margin-top: 0px;
}
/* layout */
#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
	overflow: hidden;
	background-image: url(../image/wrapper.png);
	margin-top: 10px;
}
#header {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
	height: 80px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #313030;
}
#header .div1 {
	text-align: left;
}
#header .div2 {
	position: relative;
	top: 20px;
	left: 10px;
	display: inline;
	float: left;
}
#header .div3 {
	position: absolute;
	height: 30px;
	width: 500px;
	top: 5px;
	right: 20px;
	font-size: 10px;
	color: #CCCCCC;
}
#nav {
	height: 30px;
	display: inline;
	float: right;
	position: relative;
	top: 50px;
}
#nav #navLinks a  {
	text-decoration: none;
	font-size: 16px;
	color: #CCCCCC;
	padding-left: 20px;
	text-transform: uppercase;
	font-weight: bold;
}
#nav #navLinks a:hover  {
	color: #FFFFFF;
}
#search  {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	float: right;
}
#search  img  {
	padding-top: 3px;
}
#module_search  {
	margin: 0px;
	padding: 0px;
}
#filter_keyword  {
	border: 1px solid #666666;
	width: 121px;
	color: #DBDBDB;
	padding-right: 10px;
	padding-left: 5px;
	margin-right: 5px;
	margin-top: 3px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #333333;
	font-size: 10px;
}

#breadcrumb {
	float: left;
	padding-top: 7px;
	padding-bottom: 11px;
	height: 13px;
	margin-bottom: 10px;
	color: #999;
}
.switcher {
	float: right;
	margin-top: 3px;
	margin-left: 10px;
}
.switcher a {
	text-decoration: none;
	display: block;
	font-size: 10px;
}
.switcher .selected {
	background-color: #333333;
}
.switcher .selected a {
	border: 1px solid #666666;
	background: url('../image/arrow_down.png') 116px center no-repeat;
	color: #DBDBDB;
	padding: 2px 5px 2px 5px;
	width: 121px;
}
.switcher .selected a:hover {
	background: #333333 url('../image/arrow_down.png') 116px center no-repeat;
}
.switcher .option {
	position: absolute;
	z-index: 3;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background-color: #666666;
	display: none;
	width: 125px;
	padding: 3px;
}
.switcher .option a {
	color: #DBDBDB;
	padding: 3px 5px 3px 5px;
}
.switcher img {
	position: relative;
	top: 1px;
}
#column_left {
	float: left;
	width: 160px;
	margin-right: 10px;
	clear: left;
	padding: 10px;
}
#column_right {
	float: right;
	width: 160px;
	margin-left: 10px;
	clear: right;
	padding: 10px;
}
#content {
	background-color: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-left: 180px;
	margin-right: 180px;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #1D1D1D;
	padding: 10px;
}
#content h1, .heading {
	color: #1D1D1D;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
}
.heading {
	margin-bottom: 10px;
}
#content .middle {
}
.box {
	background-color: #202020;
	margin-bottom: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.box .top {
	color: #CCCCCC;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.box .top img {
	float: left;
	margin-right: 5px;
}
.box .middle {
	padding: 10px;
	color: #FFFFFF;
	text-align: left;
}
.box .bottom {
	height: 1px;
}
.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.warning {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FBFAEA;
	border: 1px solid #EFEBAA;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	color: #FF0000;
	display: block;
}
.help {
	cursor: pointer;
}
.tooltip {
	border: 1px solid #FDDA5C;
	background: #FBFF95;
	padding: 5px;
	font-size: 11px;
	width: 250px;
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}
.button {
	padding-left: 8px;
	display: inline-block;
	margin-right: 5px;
	background: url('../image/button_left.png') top left no-repeat;
	text-decoration: none;
	color:#FFF;
}
.button span {
	color: #FFF;
	display: block;
	background: url('../image/button_right.png') top right no-repeat;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 2px;
	text-transform: uppercase;
}
.buttons {
	background: #F8F8F8;
	border: 1px solid #DDDDDD;
	padding: 5px;
	margin-bottom: 10px;
}
.buttons input {
	padding: 0px;
	margin: 0px;
}
.buttons table {
	width: 100%;
	border-collapse: collapse;
}
.buttons table td {
	vertical-align: middle;
}
.content {
	background: #F7F7F7;
	border: 1px solid #DDDDDD;
	padding: 10px;
	margin-top: 3px;
	margin-bottom: 10px;
}
.list {
	margin-bottom: 10px;
	width: 100%;
}
.list td {
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.list   td   .thumb {
	padding: 5px;
	border: 1px solid #DFDFDF;
}
.list td a {
	font-size: 12px;
	color: #000000;
	text-transform: uppercase;
}
.sort {
	margin-bottom: 10px;
	background: #F8F8F8;
	height: 30px;
	width: 100%;
}
.sort .div1 {
	float: right;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 9px;
}
.sort .div2 {
	text-align: right;
	padding-top: 9px;
}
.sort select {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.pagination {
	display: inline-block;
	width: 100%;
	background: #F8F8F8;
	margin-bottom: 10px;
}
.pagination .links, .pagination .results {
	padding: 7px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
}
.pagination .links b {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
}
.tabs {
	width: 100%;
	height: 31px;
	margin-bottom: 0px;
}
.tabs a {
	float: left;
	display: block;
	padding: 5px 15px 5px 15px;
	margin-right: 2px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab_3.png') repeat-x;
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
}
.tabs a.selected {
	background: #FFFFFF url('../image/tab_3.png') repeat-x;
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;
}
.tab_page {
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	padding: 10px;
	display: block;
	z-index: 2;
	margin-bottom: 10px;
}
#footer {
	clear: both;
	overflow: hidden;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #CCCCCC;
}
#footer  a, #footer a:visited {
	color: #999999;
}
.cart {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #EEEEEE;
	margin-bottom: 10px;
}
.cart th {
	background: #EEEEEE;
	padding: 5px;
	font-weight: normal;
}
.cart td {
	padding: 5px;
}
.categoryBox {
	margin-bottom: 10px;
	background-color: #202020;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-repeat: repeat-x;
	background-position: left top;
}
.categoryBox .top {
	color: #CCCCCC;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.categoryBox  .top  img {
	float: left;
	margin-right: 5px;
}
.categoryBox .middle {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.categoryBox .bottom {
	height: 2px;
}
.informationBox {
	margin-bottom: 10px;
	background-color: #202020;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-repeat: repeat-x;
	background-position: left top;
}
.informationBox .top {
	color: #CCCCCC;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.informationBox .top img {
	float: left;
	margin-right: 5px;
}
.informationBox .middle {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.informationBox .bottom {
	height: 2px;
}
#category ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style-type: none;
}
#category ul {
	padding-left: 0px;
	list-style-type: none;
	line-height: 2em;
	margin: 0px;
}
#category ul li {
	padding-left: 17px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #313030;
}
#category ul li:hover {
	background-color: #666666;
}
#category ul li a {
	text-decoration: none;
	color: #FFFFFF;
}
#information ul {
	padding-left: 0px;
	list-style-type: none;
	line-height: 2em;
	margin: 0px;
}
#information ul li {
	padding-left: 17px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #313030;
}
#information ul li:hover {
	background-color: #666666;
}
#information ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
#slider {
	height: 200px;
	width: 940px;
	margin-right: 10px;
	margin-left: 10px;
}
#slider ul {
	padding-bottom: 5px;
}
/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
	padding:0;
	list-style:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:940px;
	height:200px;
	overflow:hidden;
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{
	left:960px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../image/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../image/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
/* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			



