
html {
	overflow: -moz-scrollbars-vertical;
	margin: 0px;
	padding: 0px;
	height: 100%;
}


body {
	height: 100%;
	font-family: 'Roboto', sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}
body, td, th, input, textarea, select {
	font-size: 13px;
}
h1 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 34px;
	font-weight: bold;
	padding-right: 48px;
	padding-left: 48px;
	text-align: left;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}

a, a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #441f6f;
}

a img {
	border: none;
}


/* layout */
#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 980px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	
}

#content {
	min-height: 400px;
}


#container1 {
	height: 130px;
	width: 980px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}




/* header */
#header {
	height: 30px;
	position: relative;
	z-index: 99;
	margin-top: 0px;
}
#header #logo {
	text-align: center;
}


#header #search {
	position: absolute;
	top: 59px;
	right: 52px;
	width: 425px; 
	z-index: 15;
	opacity: 1.0;
}
#header .button-search {
	position: absolute;
	right: -1px;
	background: url('../image/button-search-26.gif') center center no-repeat;
	width: 37px;
	height: 34px;
	cursor: pointer;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #441f6f;
	border-right-color: #441f6f;
	border-bottom-color: #441f6f;
	border-left-color: #441f6f;
}
#header #search input {
	background: #FFF;
	padding: 1px 50px 1px 10px;
	width: 365px;
	height: 32px;
	border: 1px solid #441f6f;
	border-radius: 0;
	color: #aba2bf;
	font-size: 18px;
}

/* leadtime */ 
#leadtime {
	min-width: 980px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #441f6f;
	position: relative;
	background-color: #ffe3af;
} 




/* menu */
#menu {
	height: 40px;
	padding: 0px;
	background-color: #441f6f;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	width: 20%;
	display: inline;	
}
#menu > ul > li:hover {
}
#menu > ul > li > a {
	font-size: 24px;
	color: #FFF;
	line-height: 14px;
	text-decoration: none;
	display: block;
	z-index: 6;
	position: relative;
	padding-top: 13px;
	padding-bottom: 13px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;	
}
#menu > ul > li > a:hover {
	color: #FDB934;
}
#menu > ul > li > a.active {
	font-weight: bold;
	color: #441f6f;
}


.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
}
.success {
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	display: block;
}

/* box */
.box {
	margin-bottom: 20px; 
}
.box .box-heading {
	border: 1px solid #DBDEE1;
	font-size: 20px;
	line-height: 14px;
	height: 15px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	background-color: #e8e8e8;
	color: #333;
}
.box .box-content {
	background: #FFFFFF;
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-khtml-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	border-left: 1px solid #DBDEE1;
	border-right: 1px solid #DBDEE1;
	border-bottom: 1px solid #DBDEE1;
	padding: 10px;
}
/* box products */
.box-product {
	width: 100%;
	overflow: auto;
	text-align: center;
}
.box-product > div {
	width: 160px;    /* category home */
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#column-left + #column-right + #content .box-product > div {
	width: 119px;
}
.box-product .image {
	display: block;
	margin-bottom: 0px;
}
.box-product .image img {
	padding: 3px;
}
.box-product .name a {
	color: #441f6f;
	font-weight: bold;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.box-product .price {
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
}
.box-product .price-old {
	color: #F00;
	text-decoration: line-through;
}
.box-product .price-new {
	font-weight: bold;
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
}

/* content */
#content .content {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}




/* product */

.product-grid {
	width: 100%;
	overflow: auto;
	text-align: center;
	margin-top: 30px;
}
.product-grid > div {
	width: 200px;   /* product list grid size */
	display: inline-block;
	vertical-align: top;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 30px;
}
#column-left + #column-right + #content .product-grid > div {
	width: 200px;
}

.product-grid .home-container {
	
}

.product-grid .home a {
	font-size: 18px;
	color: #000000;
	text-decoration: none;
	display: block;
	line-height: 20px;
}
.product-grid .home a:hover {
	color: #FDB934;
}

.product-grid .item a {
	text-align: left;
	color: #000000;
	text-decoration: none;
	display: block;
}
.product-grid .item a:hover {
	color: #FDB934;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.product-grid .price {
	text-align: left;
	display: block;
	margin-bottom: 4px;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
}

.product-grid .model {
	line-height: 21px;
	color: #aba2bf;
	font-size: 11px;
}


/* product home */

.product-h-grid {
	width: 100%;
	overflow: auto;
	text-align: center;
	margin-top: 30px;
}
.product-h-grid > div {
	width: 275px;   /* product list grid size */
	display: inline-block;
	vertical-align: top;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 30px;
}
#column-left + #column-right + #content .product-h-grid > div {
	width: 125px;
}

.product-h-grid .home-container {
	
}

.product-h-grid .home a {
	text-align: left;
	font-size: 18px;
	color: #000000;
	text-decoration: none;
	display: block;
	line-height: 20px;
}
.product-h-grid .home a:hover {
	color: #FDB934;
}

.product-h-grid .item a {
	color: #000000;
	text-decoration: none;
	display: block;
}
.product-h-grid .item a:hover {
	color: #FDB934;
}
.product-h-grid .description {
	display: none;
}
.product-h-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.product-h-grid .price {
	display: block;
	margin-bottom: 4px;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}




/* Product */ 
.product-info {
	overflow: auto;
	margin-bottom: 20px;
	margin-top: 25px; 
	padding-right: 50px;
	padding-left: 50px;
}
.product-info .left {
	float: left;
}

.product-info .cab {
	text-align: left;
}

.product-info .right {
}
.product-info .image {
	float: left;
	margin-bottom: 20px; 
	text-align: center;
	width: 500px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.product-info .image-additional {
	width: 500px;
	clear: both;
	overflow: hidden;
	padding-top: 10px;
	text-align: center;
}
.product-info .image-additional img {
	padding-bottom: 10px;
}

.product-info .description {
	overflow: auto;
	border-bottom: 1px solid #aba2bf;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-bottom: 10px;
	list-style-type: circle;
}
.product-info .description a {
	color: #441f6f;
	text-decoration: none;
}
.product-info .description a:hover {
	text-decoration: none;
	color: #fab92f;
}


.product-info li {
	margin-bottom: 8px;
} 


.product-info ul {
	list-style-type: square;
	list-style-position: outside;
	padding-left: 16px;
	padding-top: 0px;
	margin-top: 5px;
	margin-bottom: -16px;
} 

.product-info .description .title {
	font-weight: bold;
}

.product-info .description .title-red {
	font-weight: bold;
	color: #FF0000;
}

.product-info .p-heading {
	font-size: 22px;
	font-weight: bold;
}

.product-info .model {
	line-height: 35px;
	color: #aba2bf;
}

.product-info .price-big {
	font-size: 38px;
	font-weight: bold;
}

.product-info .price-big-red {
	font-size: 30px;
	font-weight: bold;
	color: #FF0000;
}

.product-info .out {
	font-style: italic;
	color: #FF0000;
}

/* Category */ 
.category-info  {
	padding-right: 50px;
	padding-left: 50px;
	text-align: center;
}



/* footer */ 

#powered {
	margin-top: 10px;
	text-align: center;
	clear: both;
	padding-bottom: 30px;
	color: #441f6f;
	padding-right: 52px;
	padding-left: 51px;
	margin-right: 50px;
	margin-left: 50px;
	border-top: 1px solid #aba2bf;
	padding-top: 6px;
	font-size: 11px;
}



/* custom info */
.info {
	padding-top: 10px;
	padding-bottom: 15px;
	padding-right: 50px;
	padding-left: 50px;
}

.info a {
	color: #441f6f;
	text-decoration: none;
}
.info a:visited {
	color: #441f6f;
	text-decoration: none;
}
.info a:hover {
	text-decoration: underline;
}

.info .web {
	display: block;
	width: 150px;
	float: left;
	height: 100px;
	text-align: center;
	margin-right: 40px;
	margin-bottom: 40px;
}

.info .box {
	display: block;
	float: left;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.info .location td {
	border: 0px;
	text-align: left;
	vertical-align: top;
	font-size: 14px;
	line-height: 20px;
}
.info .clear {
	clear: both;
}
.info table{ 
	border-collapse:collapse;
}
.info th {
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
	background-color: #333;
	padding: 2px;
	border: 1px solid #333;
	text-align: center;
	vertical-align: middle;
}
.info td {
	border: 1px solid #333;
	text-align: center;
	vertical-align: middle;
}
.info tr .alt {
	text-align: left;
	padding: 10px;
} 



/* custom header */


.jheader .b4 {
	display: block;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 128px;
}




.boldnred {
	font-weight: bold;
	color: #FF0000;
}




/* purple top */ 
#purpletop {
	min-width: 980px;
	min-height: 20px;
	padding-top: 8px;
	padding-bottom: 5px;
	font-size: 13px;
	text-align: center;
	color: #FFF;
	position: relative;
	background-color: #441f6f;
} 

/* header information */ 
#hinfo {
	min-width: 980px;
	min-height: 31px;
	padding-top: 10px;
	font-size: 16px;
	text-align: center;
	color: #FFF;
	position: relative;
	background-color: #ece6f5;
} 

#hinfo a, #hinfo a:visited {
	padding-right: 32px;
	padding-left: 32px;
	display: inline-block;
	color: #441f6f;
}

#hinfo a:hover {
	color: #FAB92F;
	text-decoration: none;
}



/* version */ 
#version {
	margin-bottom: 2px;
	font-size: 11px;
	padding-top: 10px;
	padding-right: 50px;
	text-align: right;
	color: #aba2bf;
	float: right;
} 



.adders td {
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
}
.adders table {
	margin-bottom: 25px;
}
.adders .heading {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.adders .heading2 {
	font-weight: bold;
	font-size: 16px;
	background-color: #ece6f5;
}
.adders .price {
	font-weight: bold;
	font-size: 18px;
}
.adders .addcolor {
	background-color: #441f6f;
}

.adders .heading3 {
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	background-color: #ece6f5;
}

#info a {
	text-decoration: underline;
	color: #441f6f;
}
#info a:visited {
	text-decoration: underline;
	color: #441f6f;
}
#info a:hover {
	text-decoration: none;
	color: #FAB92F;
}
