@import url('scrollable.css');
@import url('thickbox.css');

* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	outline: none;
}

body {
	font-size: 10px;
	background: url('../images/diagonal.png');
	background-position: right top;
}

h1 {
    font-size: 16px;
}

h2 {
    font-size: 14px;
}

h3 {
    font-size: 12px;
}

h4 {
}

p,
table * {
    color: #666666;
    font-size: 9px;
}

img {
	border: 0;
}

a {
	color: #ec1b23;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #ff0000;
}

label {
    font-size: 9px;
}

label.error {
    display: block;
    color: #ff0000;
}

input,
textarea,
.bg {
    border: none;
    background: #f2f2f2;
    height: 12px;
    width: 145px;
    font-size: 9px;
    margin: 0 0 3px 0;
}

input[type="password"] {
    background: #f2ede6;
}

input[type="submit"] {
    background: none;
    text-align: left;
}

select {
    border: 1px solid #e2e2e2;
    background: #f2f2f2;
    font-size: 9px;
}

.a_login,
.a_signup {
    display: block;
    padding-left: 10px;
    background: url('../images/arrow_s_rght_b.png');
    background-position: left 1px;
    background-repeat: no-repeat;
}

.a_signup {
    background: url('../images/arrow_s_rght_c.png');
    background-position: left 1px;
    background-repeat: no-repeat;
}

.a_signup {
}

#wrapper {
	display: none;
}

#wrapper,
#wrap {
    width: 900px;
    min-height: 570px;
    margin: 15px auto 0 auto;
}

#left {
    float: left;
    width: 700px;
}

#right {
    float: left;
    width: 200px;
}

#header {
    float: left;
    width: 200px;
    height: 180px;
    padding: 0 3px 0 0;
    overflow: hidden;
}

#header #container_login {
    height: 120px;
}

#loader {
	width: 208px;
	height: 0;
	overflow: visible;
	margin: 0 auto;
	position: relative;
	top: 300px;
}

#logo,
#loader2 {
    width: 0;
    height: 0;
    position: relative;
    left: -120px;
    top: 160px;
    overflow: visible;
}

#loader2 {
	top: 260px;
	display: none;
}

#header #container_signup {
    height: 40px;
}

#footer {
    clear: both;
    width: 95%;
    padding: 0 0 2px 0;
    text-align: right;
    position: absolute;
    left: 0;
    bottom: 0;
}

#content {
}

.border {
    border: 1px dotted #b3b3b3;
}

/*
 * menu
 */
#acc {width:600px; list-style:none;}
#acc h3, #menu h3 {width:600px; height:50px; font-weight:bold; cursor:pointer; font-size: 64px; margin: 0; overflow:hidden;}
#acc h3, #menu h3 a:hover {color:#ffff00;}
#acc .acc-section {clear:both; overflow:hidden;}
#acc .acc-content {width:600px; margin:0; padding:0;}
#acc .acc-content a, #accordion > div > div a {font-size:12px; color: #000000;}
#acc .acc-content a:hover, #accordion > div > div a:hover {background-color:yellow;}

.lang_choose {
    color: #000000;
}

.lang_choose:hover {
    color: #ff0000;
}

#content .product {
    float: left;
    cursor: pointer;
}

#content .product .image {
    float: left;
    margin: 0 10px 0 0;
}

#content .product .over,
#content .product .select {
    width: 135px;
    height: 56px;
    padding: 13px 7px 0 8px;
    position: relative;
    left: 1px;
    top: -151px;
    text-align: center;
    background: url('../images/product_over.png');
    background-repeat: no-repeat;
    background-position: left top;
    display: none;
}

#content .product .select {
    background: url('../images/product_select.png');
    background-repeat: no-repeat;
    background-position: left top;
}

#content .product .over p,
#content .product .select p {
    color: #ff00ff;
}

.separator {
    height: 8px;
}

/*
 * Product 
 */
#right .container {
    background: #ffffff;
    padding: 15px 20px 20px 20px;
}

#right .container1 {
    height: 150px;
}

#right .container2 {
    height: 210px;
}

#right .container p.product_sku {
    float: left;
    background: #ffff00;
}

#right .container2 .attributes {
    height: 70px;
}

#right .container2 .attributes p.options span {
    cursor: pointer;
}

#right .container2 .attributes p.options span:hover,
#right .container2 .attributes p.options span.selected {
    background: #ffff00;
}

#right .extra_link {
    height: 16px;
}

#right .extra_link a:hover {
    color: #00ffff;
}

.fsize9 {
    font-size: 10px;
}

.fsize10 {
    font-size: 10px;
}

.fsize16 {
    font-size: 16px;
}

#tb_img_prev,
#tb_img_next {
    cursor: pointer;
    width: 9px;
    height: 20px;
    background: url('../images/arrow_l_pre_b.png');
    background-repeat: no-repeat;
    background-position: left top;
}

#tb_img_prev:hover {
    background: url('../images/arrow_l_pre_c.png');
    background-repeat: no-repeat;
    background-position: left top;
}

#tb_img_next {
    background: url('../images/arrow_l_next_b.png');
    background-repeat: no-repeat;
    background-position: right top;
}

#tb_img_next:hover {
    background: url('../images/arrow_l_next_c.png');
    background-repeat: no-repeat;
    background-position: right top;
}

#TB_closeWindowButton {
    width: 15px;
    height: 16px;
    background: url('../images/close.png');
    background-repeat: no-repeat;
    background-position: center top;    
}

#tooltip {
	font-size: 9px;
	position: absolute;
	z-index: 3000;
	background-color: #f5f5f5;
    border: 1px dotted #b3b3b3;
	padding: 3px;
	width: 200px;
	opacity: 0.85;
}

#tooltip h3, #tooltip div {
    margin: 0;
    padding: 10px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 9px;
    line-height: 12px;
}
