html,body,div,span,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,em,font,img,strong,ol,ul,li,fieldset,form,table,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	font-size: 1em;
}

#template {
	width: 100%;
	height: 100%;
	float: left;
	background-color: #000000;
	overflow-x: hidden;
}

#wrapper {
	width: 980px;
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
}

#box {
	float: left;
	clear: both;
	width: 980px;
	position: relative;
	z-index: 1;
}

#background {
	position: absolute;
	top: 0px;
	left: -242px;
	width: 1464px;
	height: 100%;
	background-image: url(../images/static/body-back.jpg);
	background-repeat: no-repeat;
	background-color: #111111;
	z-index: 0;
}

a:link, a:hover, a:active, a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

/* header */
#header {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	height: 233px;
	background-image: url(../images/static/menu-back-top.jpg);
	background-repeat: no-repeat;
	background-position: 14px 0px;
}

#header #header-boxes {
	float: left;
	clear: both;
	width: 100%;
	height: 145px;
}

#header #header-boxes .header-box {
	float: left;
	height: 100%;
}

#header #header-boxes #header-box-1 {
	position: relative;
}

#header #header-boxes #header-box-1 div {
	position: absolute;
	top: 57px;
	left: 132px;
}

#header #header-boxes #header-box-1 div h1 {
	float: left;
	clear: both;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 21px;
}

#header #header-boxes #header-box-1 div h2 {
	float: left;
	clear: both;
	margin-top: 2px;
	font-size: 23px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 24px;
}

#header #header-boxes #search-box {
	position: relative;
	padding: 60px 0px 0px 28px;
	z-index: 3;
}

#header #header-boxes #search-box #search_value {
	display: block;
	float: left;
width: 302px;
	height: 44px;
padding:0;
text-align:center;
	border: none;
	line-height: 44px;
	vertical-align: middle;
	background-image: url(../images/static/header-search-back.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	color: #FFFFFF;
	font-size: 16px;
}

#header #header-boxes #search-box #submit {
	float: left;
	width: 36px;
	height: 42px;
	margin-left: -36px;
	border: none;
	background: none;
	cursor: pointer;
}

#header #header-menu {
	position: absolute;
	top: 13px;
	right: -2px;
	z-index: 3;
}

#header #header-menu ul {
	display: block;
	float: left;
	list-style-type: none;
}

#header #header-menu ul li {
	float: left;
	margin-left: 25px;
	padding-left: 8px;
	font-size: 12px;
	line-height: 13px;
	background-image: url(../images/static/header-menu-list-back.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

#header #header-menu ul li a {
	color: #FFFFFF;
	text-decoration :none;
}

#header #top-menu {
	position: relative;
	float: left;
	clear: both;
	width: 980px;
	height: 88px;
	background-image: url(../images/static/menu-back-bottom.jpg);
	background-repeat: no-repeat;
	background-position: 14px bottom;
}

#header #top-menu #top-menu-left-decoration {
	position: absolute;
	left: -242px;
	top: -145px;
	width: 256px;
	height: 247px;
	background-image: url(../images/static/menu-back-left.jpg);
	background-repeat: no-repeat;
	z-index: 1;
}

#header #top-menu #top-menu-right-decoration {
	position: absolute;
	right: -242px;
	top: -145px;
	width: 256px;
	height: 247px;
	background-image: url(../images/static/menu-back-right.jpg);
	background-repeat: no-repeat;
	z-index: 1;
}

#header #top-menu ul {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 960px;
	height: 53px;
	padding: 0px 10px;
	border-top: 1px solid #83DAFF;
	background-image: url(../images/static/menu-back-middle.jpg);
	background-repeat: no-repeat;
	z-index: 3;
}

#header #top-menu ul li {
	display: block;
	float: left;
	height: 53px;
	margin: 0px;
	padding: 0px 41px 0px 39px;
	line-height: 53px;
	vertical-align: middle;
	background-image: url(../images/static/menu-separator.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#header #top-menu ul li.first {
	padding: 0px 39px 0px 37px;
}

#header #top-menu ul li.last {
	padding: 0px 39px 0px 37px;
	background-image: none;
}

#header #top-menu ul li.first a {
	padding-left: 21px;
	background-image: url(../images/static/menu-home.jpg);
	background-repeat: no-repeat;
	background-position: 0px 22px;	
}

#header #top-menu ul li a {
	display: block;
	height: 53px;
	line-height: 57px;
	vertical-align: middle;
	text-decoration: none;
	color: #111111;
	font-weight: bold;
	overflow: hidden;
}

#header #top-menu ul li a:hover {
	color: #FFFFFF;
}

/* content */

#content {
	position: relative;
	float: left;
	width: 953px;
	padding: 12px 14px 12px 13px;
	border-top: 1px solid #EEEEEE;
	background-color: #FFFFFF;
	min-height: 200px;
	z-index: 2;
}

#content #btn-description {
	position: absolute;
	top: 14px;;
	left: -38px;
	width: 38px;
	height: 176px;
	background-image: url(../images/static/btn-description.jpg);
	background-repeat: no-repeat;
}

#content #product-info {
	float: left;
	clear: both;
	width: 100%;
}

#content #product-info #images {
	position: relative;
	float: left;
	width: 406px;
	min-height: 150px;
	border: 1px solid #A9A9A9;
}

#content #product-info #images #big-images {
	position: relative;
	float: left;
	clear: both;
	width: 404px;
	height: 404px;
	margin: 1px;
	overflow: hidden;
}

#content #product-info #images #big-images img {
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
	width: 404px;
	height: 404px;
}

#content #product-info #images #small-images {
float: left;
width: 364px;
height: 85px;
padding: 1px 1px;
border-top: 1px solid #A9A9A9;
overflow: hidden;
}

#content #product-info #images #small-images-border-left {
	position: absolute;
	bottom: 1px;
	left: 1px;
	width: 24px;
	height: 85px;
	background-color: #BCBCBC;
}

#content #product-info #images #small-images-border-right {
	position: absolute;
	bottom: 1px;
	right: 1px;
	width: 24px;
	height: 85px;
	background-color: #BCBCBC;
}

#content #product-info #images #small-images img {
float: left;
width: 85px;
height: 85px;
margin-left: 3px;
padding:0 1px;
cursor: pointer;
}

#content #product-info #images #zoom-images {
    display: none;
	background-color: transparent;
    padding: 10px;
    height: 620px;
	top: 50px;
	left: 200px;
    position: absolute;
    width: 620px;
    z-index: 99999;
	text-align: center;
	float: left;
	background-image: url(../images/zoom-back.png);
	background-repeat: repeat;
}

#content #product-info #images #zoom-images img {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
	border: 3px solid #444444;
}

#content #product-info #images #btn-zoom {
	background-image: url(../images/static/product-img-zoom-in.gif);
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 1px;
	right: 1px;
	cursor: pointer;
}

#content #product-info #images #btn-zoom-out {
	background-image: url(../images/static/product-img-zoom-out.gif);
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 1px;
	right: 1px;
	cursor: pointer;
}

#content #product-info #base-info {
	float: left;
	width: 481px;
	min-height: 473px;
	margin-left: 12px;
	padding: 17px 25px 5px 27px;
	background-image: url(../images/static/product-desc-back.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #EAEAEA;
	font-size: 12px;
	line-height: 14px;
	position:relative;
}

#content #product-info #base-info h1 {
	font-size: 25px;
	line-height: 26px;
	margin-bottom: 13px;
}

#content #product-info #base-info ul,
#content #product-info #base-info ol {
	list-style-position: inside;
	margin-left: 1px;
}

#content #product-info #base-info ul li {
	
}

#content #product-info #base-info p + p {
	margin-top: 10px;
}

#content #product-info #base-info p + p,
#content #product-info #base-info p + ul,
#content #product-info #base-info ul + p,
#content #product-info #base-info p + ol,
#content #product-info #base-info ol + p {
	margin-top: 16px;
}

#content #product-info #base-info #product-ss {
	background-image:url(../images/dynamic/product-desc-ss.jpg);
	background-repeat:no-repeat;
	width:482px;
	height: 90px;
	position:absolute;
	bottom:15px;
	left:26px;
}
#content #product-info #base-info #product-ss img {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: red;
}

#content #product-info #base-info #product-ss h2 {
	position: absolute;
	top: 19px;
	left: 128px;
	font-size: 22px;
	line-height: 23px;
	font-weight: normal;
}

#content #product-info #base-info #product-ss h3 {
	position: absolute;
	top: 41px;
	left: 128px;
	font-size: 32px;
	line-height: 33px;
	font-weight: normal;
}

#content #product-description {
	float: left;
	clear: both;
	width: 954px;
	margin-top: 21px;
}

#content #product-description ul#tabs-titles {
	float: left;
	width: inherit;
}

#content #product-description ul#tabs-titles li {
	list-style: none;
	float: left;
	width: 161px;
	height: 30px;
	margin-right: 5px;
	text-align: center;
	background-image: url(../images/static/tab-menu-back.jpg);
	background-repeat: repeat-x;
	position: relative;
}

#content #product-description ul#tabs-titles li.first {
	margin-left: 10px;
}

#content #product-description ul#tabs-titles li.last {
	margin-right: 0px;
}

#content #product-description ul#tabs-titles li.active {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #A9A9A9;
	border-bottom: none;
	height: 30px;
	width: 159px;
}

#content #product-description ul#tabs-titles li.first.active {

}

#content #product-description ul#tabs-titles li a {
	display: block;
	line-height: 29px;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	color: #FFFFFF;
}

#content #product-description ul#tabs-titles li.active a {
	margin-top: -1px;
	color: #000000;
}

#content #product-description #tabs-content {
	width: 952px;
	float: left;
	border: 1px solid #A9A9A9;
	background-color: #FFFFFF;
	min-height: 215px;
	margin-top: -1px;
}








#content #product-description #tabs-content .tab-content {
	clear: both;
	display: none;
	padding: 28px 35px 28px 28px;
	font-size: 12px;
	line-height: 14px;
}

#content #product-description #tabs-content #tab1.tab-content {
	display: block;
}

#content #product-description #tabs-content .tab-content table {
	border-collapse: collapse;
}

#content #product-description #tabs-content .tab-content table td {
	padding-right: 21px;
	vertical-align: top;
}

#content #product-description #tabs-content .tab-content table td {
	padding-bottom: 16px;
}

#content #product-description #tabs-content .tab-content p + p {
	margin-top: 10px;
}

#content #product-description #tabs-content .tab-content ul,
#content #product-description #tabs-content .tab-content ol {
	list-style-position: inside;
}

#content #product-description #tabs-content .tab-content p + p,
#content #product-description #tabs-content .tab-content p + ul,
#content #product-description #tabs-content .tab-content ul + p,
#content #product-description #tabs-content .tab-content p + ol,
#content #product-description #tabs-content .tab-content ol + p {
	margin-top: 16px;
}

/* footer */
#footer {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
}

#footer #footer-boxes {
	float: left;
	clear: both;
	width: 967px;
	padding-left: 13px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #ECECEC;
}

#footer #footer-boxes .footer-box {
	position: relative;
	float: left;
	height: 100%;
}

#footer #footer-boxes .footer-box + .footer-box {
	margin-left: 15px;
}

#footer #footer-boxes .footer-box div {
	position: absolute;
	top: 22px;
	left: 106px;
}

#footer #footer-boxes .footer-box div h1 {
	float: left;
	clear: both;
	font-size: 22px;
	line-height: 22px;
	font-weight: normal;
	color: #000000;
}

#footer #footer-boxes .footer-box div h2 {
	float: left;
	clear: both;
	font-size: 32px;
	line-height: 33px;
	font-weight: normal;
	color: #000000;
}

#footer #footer-boxes #footer-box-2.footer-box div h2 {
	text-indent: 160px;
}

#footer #footer-bottom {
	float: left;
	clear: both;
	width: 100%;
	background-image: url(../images/static/footer-back.jpg);
	background-repeat: no-repeat;
	background-position: 0px top;
}

#footer #footer-menu {
	float: left;
	clear: both;
	width: 970px;
	padding-left: 10px;
	margin-top: 22px;
	font-size: 12px;
	line-height: 13px;
}

#footer #footer-menu ul {
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
}

#footer #footer-menu ul li {
	display: inline;
	padding: 0px 10px;
}

#footer #footer-menu ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer #footer-logo {
	float: left;
	clear: both;
	margin-top: 13px;
	width: 100%;
	text-align: center;
}


#content #product-description #tabs-content #tab2 table td {padding-bottom:5px;}