/*** Default HTML styling ***/
* {
	margin: 0;
	padding: 0;
}
html, body {
	font-size: 11px;
	font-family: "Segoe UI", Arial, Tahoma, sans-serif;
	color: #333333;
	background: #FFFFFF url(images/background.gif) repeat-y center;
	
	position: relative;
}
form, p {
	display: block;
}
input, select {
	display: block;
	width: 100%;
	
	border: 0;
	
	text-align: left;
	font-size: 1.2em;
	font-family: "Segoe UI", Arial, Tahoma, sans-serif;
	font-size: 13px;
	line-height: 15px;
}
input.radio {
	display: inline;
	width: auto;
}
input.hidden {
	display: none;
}
input.file, input.text {
	border: 1px solid #333333;
}
input.submit {
	border: 0px;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	overflow: hidden;
	line-height: 0px;
	display: block;
}
div.noimage {
	background: #FFFFFF url(images/noimage.gif) no-repeat center center;
	width: 43px;
	height: 43px;
}	

select, input.submit { 	cursor: pointer;position: relative; opacity: 0; filter: alpha(opacity=0); z-index: 5; }

div.both {
	clear: both;
	height: 0px;
}
h1 {
	display: none;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
a {
	cursor: pointer;
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
}
a.more {
	font-weight: bold;
	display: block;
	text-align: right;
	color: #444444;
	text-transform: lowercase;
	padding-right: 10px;
	background: url(images/sum.gif) no-repeat right center;
}
a.more_left {
	font-weight: bold;
	display: block;
	text-align: left;
	color: #444444;
	text-transform: lowercase;
	padding-left: 10px;
	background: url(images/sum__left.gif) no-repeat left center;
}
a.sum {
	background: url(images/sum.gif) no-repeat left 5px;
	padding-left: 15px;
	margin: 2px 0px;
	display: block;
}
img {
	border: 0;
}
.image_left {
	float: left; border: 1px solid #999999; padding: 1px; margin: 0 5px 5px 0;
}
.image_right {
	float: right; border: 1px solid #999999; padding: 1px; margin: 0 0 5px 5px;
}

span.left, a.left {
	float: left;
}
span.right, a.right {
	float: right;
}
a.right {
	background: url(images/sum_right.gif) no-repeat right center;
	padding-right: 10px;
}
a.left {
	background: url(images/sum_left.gif) no-repeat left center;
	padding-left: 10px;
}

/* New elements */
div.input {
	position: relative;
	height: 30px;
	background: url(images/input_bg.gif) repeat-x;
	padding: 6px 8px 0px 8px;
}
div.input div.input_left {
	position: absolute;
	left: 0px;
	top: 0px;
	
	height: 30px;
	width: 7px;
	
	background: url(images/input_left.gif) no-repeat;
}
div.input input {
	background: transparent;
	cursor: text;
	color: #0079be;
}
div.input div.input_right {
	position: absolute;
	right: 0px;
	top: 0px;
	
	height: 30px;
	width: 7px;
	
	background: url(images/input_right.gif) no-repeat;
}
div.input_gray {
	background: url(images/input_gray_bg.gif) repeat-x;
}
div.input_gray input {
	color: #555555;
}
div.input_gray div.input_left {
	background: url(images/input_gray_left.gif) no-repeat;
}
div.input_gray div.input_right {
	background: url(images/input_gray_right.gif) no-repeat;
}
span.select { 
	position: absolute; 
	height: 21px; 
	color: #0079be;
	font-size: 13px;
	overflow: hidden;
	cursor: pointer;
	background: url(images/select_down.gif) no-repeat right 6px;
}
.button {
	display: block;
	position: relative;
	padding: 0px 6px;
	height: 30px;
	line-height: 30px;
	
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.button span {
	display: block;
	background: url(images/button_bg.gif) repeat-x;
	height: 30px;
}
.button span a {
	margin: 0 5px;
	color: #FFFFFF;
}
.button div.button_left {
	position: absolute;
	left: 0px;
	top: 0px;
	
	height: 30px;
	width: 6px;
	
	background: url(images/button_left.gif) no-repeat;
}
.button div.button_right {
	position: absolute;
	right: 0px;
	top: 0px;
	
	height: 30px;
	width: 6px;
	
	background: url(images/button_right.gif) no-repeat;
}



/* Header */
div#header {
	background: url(images/header_bg.gif) repeat-x;
	height: 105px;
}
div#header div.header {
	position: relative;
	background: url(images/header.jpg) no-repeat;
	margin: 0 auto;
	width: 830px;
	height: 105px;
}
div#header div.header ul {
	position: absolute;
	display: block;
	right: 0px;
	bottom: -1px;
	height: 32px;
}
div#header div.header ul li {
	display: block;
	float: left;
	line-height: 31px;
	list-style-type: none;
	margin-left: 2px;
	
	background: url(images/menu_inactive_bg.gif) repeat-x;
}
div#header div.header ul li span {
	display: block;
	background: url(images/menu_inactive_left.gif) no-repeat left;
}
div#header div.header ul li span a {
	display: block;
	background: url(images/menu_inactive_right.gif) no-repeat right;
	padding: 0px 8px;
	color: #333333;
}
div#header div.header ul li.active {
	background: url(images/menu_bg.gif) repeat-x;
	margin-top: 1px;
}
div#header div.header ul li.active span {
	background: url(images/menu_left.gif) no-repeat left;
}
div#header div.header ul li.active span a {
	background: url(images/menu_right.gif) no-repeat right;
	color: #FFFFFF;
	font-weight: bold;
	
}

/* Search */
div#search {
	background: #5898d9 url(images/center_bg.gif) repeat-x;
	height: 272px;
}
div#search div.input {
	margin-right: 10px;
}
div#search div.search {
	position: relative;
	width: 830px;
	height: 232px;
	margin: 0 auto;
	
	background: url(images/search_bg.gif) repeat-x bottom;
	
	padding-top: 18px;
}
div#search div.search h2 {
	background: url(images/search_top.gif) no-repeat;
	height: 40px;
}
div#search div.search h2 span {
	display: none;
}
div#search div.search h3 {
	font-size: 12px;
	padding-bottom: 5px;
}
div#search div.search_left {
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 192px;
	width: 9px;
	
	background: url(images/search_left.gif) no-repeat;
}
div#search div.search_content {
	padding: 10px 15px;
	color: #FFFFFF;
}
div#search div.search_right {
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 192px;
	width: 9px;
	
	background: url(images/search_right.gif) no-repeat;
}

/** Content **/
div#content {
	width: 800px;
	margin: 0 auto;
	padding: 0px 15px 25px 15px;
	background: url(images/content_bg.gif) no-repeat bottom;
}
div#content div.top {
	line-height: 30px;
	font-size: 12px;
	color: #555555;
	border-bottom: 1px dotted #777777;
	height: 30px;
	
	padding: 0 2px;
	margin-bottom: 10px;
}

div#content div.brands {
	position:relative;
	overflow: hidden;
	height: 100px;
	margin-bottom: 10px;
}
div#content div.brands div {
	position: absolute;
	white-space: nowrap;
}

/* Default block */
div#content div.block {
	margin-bottom: 10px;
	clear: both;
}
div#content div.block h2 {
	line-height: 37px;
	height: 37px;
	padding: 0 15px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}
div#content div.block h2 a {
	color: #FFFFFF;
	font-weight: normal;
}
div#content div.block h2 span {
	float: left;
}
div#content div.block p {
	margin-bottom: 3px;
}
div#content div.block div.block_content {
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
}
div#content div.block div.block_bottom {
	font-size: 0px;
}

/* Default item */
div#content div.item {
	
}
div#content div.item img{
	float: left;
	border: 1px solid #CCCCCC;
	padding: 1px;
	margin: 0px 10px 0px 0px;
}


/** Center **/
div#content div.center {
	width: 474px;
	float: left;
}
div#content div.center p {
	margin-bottom: 8px;
	line-height: 14px;
}
div#content div.center h2 {
	margin-bottom: 5px;
	border-bottom: 1px dotted #333333;
	padding-bottom: 2px;
}
div#content div.center h3 {
	margin-bottom: 3px;
}
div#content div.center div.block h2 {
	border: 0px;
	margin: 0px;
	padding-bottom: 0px;
}

div#content.small_right div.center {
	width: 580px;
}

/* Center: Block */
div#content div.center div.block {
	
}
div#content div.center div.block h2 {
	background: #4779b7 url(images/block_center_top.gif) no-repeat;
}
div#content div.center div.block h3 {
	font-size: 13px;
	color: #f29600;
	text-transform: uppercase;
	margin-bottom: 3px;
}
div#content div.center div.block div.block_content {
	background: url(images/block_center_bg.gif) no-repeat center 6px;
	padding: 16px 20px;
}
div#content div.center div.block div.block_between {
	background: url(images/block_center_between.gif) no-repeat;
	height: 6px;
}
div#content div.center div.block div.block_bottom {
	background: url(images/block_center_bottom.gif) no-repeat;
	height: 6px;
}
div#content div.center div.block div.product_item {
	float: left;
	margin: 0 2px 5px 2px;
	text-align: center;
	width: 104px;
	overflow: hidden;
}
div#content div.center div.block div.product_item a {
	text-decoration: none;
}
div#content div.center div.block div.product_item h3 {
	line-height: 18px;
	height: 18px;
	overflow: hidden;
}
div#content div.center div.block div.product_item img {
	border: 1px solid #CCCCCC;
	padding: 1px;
	height: 75px;
	width: 100px;
}
div#content div.center div.block div.product_item div.noimage {
	border: 1px solid #CCCCCC;
	padding: 1px;
	height: 75px;
	width: 100px;
}

/** Right **/
div#content div.right {
	width: 315px;
	float: right;
}
div#content.small_right div.right {
	width: 209px;
}

/* Right: Block */
div#content div.right div.block h2 {
	background: #ee7c00 url(images/block_right_top.gif) no-repeat;
}
div#content div.right div.block h3 {
	color: #3b6eac;
	font-size: 12px;
}
div#content div.right div.block div.block_content {
	padding: 5px 5px 0px 5px;
}
div#content div.right div.block div.block_content a.gradient {
	display: block;
	background: url(images/block_right_gradient.gif) repeat-x;
	padding: 8px 12px;
}
div#content div.right div.block div.block_content a.gradient:hover {
	text-decoration: none;
}
div#content div.right div.block div.block_bottom {
	background: url(images/block_right_bottom.gif) no-repeat;
	height: 6px;
}

/* Right: Account */
div#content div.right div.account {
	position: relative;
	background: url(images/account_bg.gif) repeat-x;
	height: 136px;
	margin-bottom: 10px;
	
	padding: 8px 50px 0 50px;
}
div#content div.right div.account_left {
	position: absolute;
	background: url(images/account_left.gif) no-repeat;
	width: 40px;
	height: 144px;
	
	top: 0px;
	left: 0px;
}
div#content div.right a.item {
	display: block;
	margin: 0 0 12px 0;
	background: url(images/sum.gif) no-repeat right 5px;
	font-weight: bold;
}
div#content.small_right div.right a.item {
	margin: 0 0 8px 0;
}
div#content div.right a.account_right {
	position: absolute;
	background: url(images/account_right.gif) no-repeat;
	width: 44px;
	height: 144px;
	
	top: 0px;
	right: 0px;
}
div#content div.right div.account_right {
	position: absolute;
	background: url(images/account_right2.gif) no-repeat;
	width: 44px;
	height: 144px;
	
	top: 0px;
	right: 0px;
}
div#content div.right div.account h3 {
	font-size: 12px;
	color: #555555;
	margin-bottom: 3px;
}

/* Footer */
div#footer {
	background-color: #5898d9;
	height: 40px;
	width: 100%;
}
div#footer div.footer {
	position: absolute;
	left: 50%;
	
	margin-top: -5px;
	margin-left: -415px;
	width: 800px;
	height: 45px;
	
	background: url(images/footer_bg.gif) repeat-x;
	
	line-height: 45px;
	color: #FFFFFF;
	padding: 0px 15px;
}
div#footer div.footer span {
	float: left;
}
div#footer div.footer ul {
	float: right;
	display: block;
}
div#footer div.footer ul li {
	list-style-type: none;
	float: left;
}
div#footer div.footer ul li a {
	display: block;
	margin: 0 0 0 20px;
	color: #FFFFFF;
}
div#footer div.footer_left {
	position: absolute;
	height: 45px;
	width: 7px;
	
	top: 0px;
	left: 0px;
	
	background: url(images/footer_left.gif) no-repeat;
}
div#footer div.footer_right {
	position: absolute;
	height: 45px;
	width: 7px;
	
	top: 0px;
	right: 0px;
	
	background: url(images/footer_right.gif) no-repeat;
}




/* Other */
div#content div.right a.register {
	display: block;
	background: url(images/register.gif);
	width: 314px;
	height: 91px;
	margin-bottom: 10px;
}
div#content div.center div.pagination {
	clear: both;
}
div#content div.center div.pagination a {
	float: left;
	display: block;
	border: 1px solid #e8e8e8;
	background-color: #FFFFFF;
	margin: 1px;
	padding: 0px 5px;
	line-height: 25px;
	color: #999999;
}
div#content div.center div.pagination a.selected {
	color: #333333;
}
div#content div.center div.pagination div.pages {
	float: left;
	font-weight: bold;
	line-height: 27px;
	padding: 0px 5px 0px 0px;
	margin: 1px;
}

div#content div.center ul.navigation {
	display: block;
	clear: both;
	padding: 1px 0px;
	margin: 0px;
}
div#content div.center ul.navigation li {
	float: left;
	display: block;
	list-style-type: none;
	margin: 0px 2px 0px 0px;
}
div#content div.center ul.navigation li a {
	display: block;
	padding: 2px 4px;
	border-left: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	background-color: #FFFFFF;
	color: #333333;
}
div#content div.center ul.navigation li a:hover {
	background-color: #EEEEEE;
	text-decoration: none;
}
div#content div.center ul.navigation li a.selected {
	font-weight: bold;
}

/*** table design ***/
/** Table design **/
table.design {
	border-collapse: collapse;
	width: 100%;
	background-color: #FFFFFF;
	margin-top: 5px;
}
table.design th {
	background: #e2e1e1 url(images/content_spacer.gif) repeat-x;
	color: #000000;
	text-align: left;
	font-size: 11px;
	padding: 0px 5px;
	line-height: 22px;
	border-top: 1px solid #B2B2B2;
	border-top: 1px solid #B2B2B2;
}
table.design tr td {
	background: #FAFAFA;
	border-bottom: 1px solid #DDDDDD;
	border-top: 1px solid #FFFFFF;
	padding: 0px 5px;
	line-height: 22px;
	vertical-align: top;
}
table.design tr.even td {
	background: #FFFFFF;
}
table.design tr td.name {
	font-weight: bold;
	width: 200px;
}
table.design tr td.value {
	
}
table.design tr td.cell_quantity {
	text-align: center;
}
table.design tr td.cell_quantity {

}
table.design tr td.cell_quantity a img {
	padding: 1px;
	border: 1px solid #DDDDDD;
	margin: 2px;
}
table.design tr td.cell_quantity a:hover img {
	border: 1px solid #B2B2B2;
}
table.design tr td.header_fill {
	background-color: #F2F2F2;
}
table.design tr td.header {
	background-color: #FFFFFF;
	text-align: center;
}
table.design tr td.header img{
	display: block;
	margin: 0 auto;
}
table.design tr td a.product {
	color: #333333;
	font-weight: bold;
	font-size: 14px;
}
table.design tr td input {
	width: 95%;
	margin: 2px 0px;
	border: 1px solid #777777;
}
table.design tr td input.error {
	border: 1px solid #FF0000;
}
table.design tr td label input {
	margin: 0px;
	width: auto;
}
table.design tr td textarea {
	width: 95%;
	height: 150px;
	font-family: "Segoe UI", Arial, Tahoma, sans-serif;
	font-size: 12px;
	border: 1px solid #777777;
}
table.design tr td .select {
	display: none;
}
table.design tr td select{
	border: 1px solid #777777;
	width: 95%;
	margin: 2px 0px;
	color: #333333;
	opacity: 100; 
	filter: none;
}

/*** Product page ***/
div#content div.center div.product_overview {

}
div#content div.center div.product_overview h2 {
	background: none;
	line-height: normal;
	padding: 0px;
	margin: 0px;
	color: #dc840f;
	font-size: 20px;
	border: 0px;
	float: left;
}
div#content div.center div.product_overview div.price {
	float: right;
	text-align: right;
	color: #333333;
}
div#content div.center div.product_overview div.price b {
	display: block;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
}
div#content div.center div.product_overview div.product_content {
	clear: both;
	border: 1px solid #e8e8e8;
	background-color: #FFFFFF;
}
div#content div.center div.product_overview div.product_content div.description {
	width: 310px;
}
div#content div.center div.product_overview div.product_content h3 {
	margin: 0px;
	font-size: 14px;
	display: block;
}
div#content div.center div.product_overview div.product_content p {
	clear: none;
	margin: 5px 0px 8px 5px;
}
div#content div.center div.product_overview div.product_content div#product_details {
	position: relative;
	padding: 5px;
}
div#content div.center div.product_overview div.product_content div#product_details div.properties {
	float: right;
	padding: 0px 0px 5px 5px;
	width: 250px;
}

div#content div.center div.product_overview div.product_content div#product_details a.image {
	width: 250px;
	height: 250px;
	display: block;
	
	background: url(images/load.gif) no-repeat center center;
}
div#content div.center div.product_overview div.product_content div#product_details a.image img {
	visibility: hidden;
}
div#content div.center div.product_overview div.product_content div#product_details div.images div.thumbs a img {
	margin: 1px;
	border: 1px solid #e8e8e8;
	width: 45px;
	height: 45px;
}
div#content div.center div.product_overview div.product_content div#product_details div.images div.thumbs img.selected {
	border: 1px solid #d4d4d4;
}
div#content div.center div.product_overview div.product_content div#product_details div.thumb {
	float: right;
	padding: 0px 0px 5px 5px;
}
div#content div.center div.product_overview div.product_content div#product_details div.thumb img {
	padding: 1px;
	border: 1px solid #dee7f2;
	max-height: 75px;
	max-width: 80px;
}

div#content div.center div.product_overview div.product_content div#product_images {
	clear: both;
	display: none;
	padding: 5px;
}
div#content div.center div.product_overview div.product_content div#product_images p {
	padding: 0px 0px 5px;
}
div#content div.center div.product_overview div.product_content div#product_images div.images {
	text-align: left;
}
div#content div.center div.product_overview div.product_content div#product_images div.image {
	float: right;
	background: url(images/load.gif) no-repeat center center;
	border: 1px solid #dee7f2;
	padding: 5px;
	width: 500px;
	height: 500px;
	overflow: hidden;
}
div#content div.center div.product_overview div.product_content div#product_images div.images div.thumbs a img {
	margin: 0px 2px 4px 2px;
	padding: 1px;
	border: 1px solid #e8e8e8;
	width: 45px;
	height: 45px;
	float: left;
}
div#content div.center div.product_overview div.product_content div#product_images div.images div.thumbs img.selected {
	border: 1px solid #d4d4d4;
}
div#content div.center div.product_overview div.product_content div#product_react {
	clear: both;
	display: none;
	padding: 5px;
}
div#content div.center div.product_overview div.product_content div#product_report {
	clear: both;
	display: none;
	padding: 5px;
}

div.information {
	border: 1px solid #e8e8e8;
	margin: 1px 0px;
	background-color: #FFFFFF;
	padding: 10px 10px 10px 75px;
	background: url(images/information.gif) no-repeat left center;
}
div.warning {
	border: 1px solid #e8e8e8;
	margin: 1px 0px;
	background-color: #FFFFFF;
	padding: 10px 10px 10px 75px;
	background: url(images/warning.gif) no-repeat left center;
}

/* module movies */
div#content div.center div.product_overview div.product_content div#product_movie {
	clear: both;
	display: none;
	padding: 5px;
}
div#content div.center div.product_overview div.product_content div#product_movie p {
	padding: 0px 0px 5px;
}
div#content div.center div.product_overview div.product_content div#product_movie div.movies {
	text-align: left;
}
div#content div.center div.product_overview div.product_content div#product_movie div.movie {
	float: right;
	background: url(images/load.gif) no-repeat center center;
	border: 1px solid #dee7f2;
	padding: 5px;
	width: 425px;
	height: 350px;
	margin-right: 15px;
	overflow: hidden;
}
div#content div.center div.product_overview div.product_content div#product_movie div.thumbs a img {
	margin: 0px 2px 4px 15px;
	padding: 2px;
	border: 1px solid #dee7f2;
	width: 75px;
	height: 75px;
	float: left;
}
div#content div.center div.product_overview div.product_content div#product_movie div.thumbs img.selected {
	border: 1px solid #e8e8e8;
}