
/* Nativ html elements style */

body {
    background:#050F17 url(/images/design/body.jpg) repeat-x;
    margin:0;
    padding:0;
}

body, td{
    color:#B1BAC2;
    font-size:12px;
    font-family:Arial;
}

h1, h2, h3, h4, h5 {
    margin:0;
    padding:0;
    margin-top:5px;
    margin-bottom:5px;
}
h1 {
font-size:20px;
}
h2 {
font-size:18px;
}
h3 {
font-size:16px;
}

h4 {
font-size:14px;
color: #994198;
}

a {
color:#994198;
}
a:hover {
color:#fff;
}

input, select, textarea {
    background:#ddd;
    color:#152538;
    font-size:12px;
    border:1px solid #1F313F;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.clr {
   clear: both;
}
/* Site grid style */

#container {
    margin:0px auto;
    width:930px;
    min-height:300px;
    position:relative;
}

#header {
    width:930px;
    height:177px;
    margin-top:6px;
    background:url(/images/design/header_flash_copy.png) no-repeat; 
}


#footer {
    background:url(/images/design/footer.png) no-repeat;
    margin:0 auto;
    width:815px;
    height:68px;
    padding-top:38px;
    padding-left:105px;
    margin-top:22px;
    clear:both;
}

#footermenu {
    height:60px;
    line-height:25px;
}
#footermenu a{
}
#footermenu .left{
    width:300px;
    float:left;
    text-align:left;
}
#footermenu .right{
    width:200px;
    float:right;
    text-align:right;
}


#rightside, #leftside, #content, #contents {
    /*border:1px #b12 solid; /* help */
    height:100px;
    min-height:100px;
    height /* not ie6 */ :auto;
}

#content {
    padding:10px 10px;
    float:left;
    width:470px;
}

#contents {
    float:right;
    width:730px;
}

#leftside {
	float:left;
	width:190px;
	padding-top: 13px;
}

#rightside {
    float:right;
    width:233px;
    padding-top: 13px;
}


/* Navigation elemets style */

#language_select {
    width:150px;
    padding:5px;
    position:absolute;
    right:0px;
    top:185px;
}
#language_select a {
    display:block;
    background:none;
    width:23px;
    height:23px;
    text-align:center;
    text-transform:uppercase;
    line-height:23px;
    font-weight:bold;
    text-decoration:none;
    color:#9A9993;
    font-family:Arial;
    font-size:11px;
    float:right;
}
#language_select a:hover, #language_select a.selected {
    color:#000;
}

a#gohome {
    display:block;
    width:300px;
    height:140px;
    position:absolute;
    /* border:1px #DBDBDB solid; /* help */
    left:0px;
    top:20px;
}

#mainmenu {
    /*border:1px #b3b solid; /* help */
    background:url(/images/design/menubg.png) repeat-x;
    height:46px;
    width:100%;
}
a.mainmenu, a.mainmenu b, #mainmenu #mm_products, #mainmenu #mm_products b{
    padding:0;
    margin:0;
    border:0;
    white-space:nowrap;
}
a.mainmenu, #mainmenu #mm_products b{
    background:url(/images/design/menu.png) no-repeat;
    display:block;
    float:left;
    
    height:25px;
    padding-top:20px;
    
    width:114px;
    padding-right:22px;
    padding-left:8px;
    
    line-height:20px;
    text-decoration:none;
    text-transform:uppercase;
    text-align:left;
    font-weight:bold;
    font-size:12px;
    color:#B7BEC5;
}
a.mainmenu:hover, #mainmenu #mm_products b:hover {
    background:url(/images/design/menu_hover.png) no-repeat;
}
a.mainmenu.selected, #mainmenu #mm_products b.selected{
    background:url(/images/design/menu_selected.png) no-repeat;
    color:#B2B7BD;
}

/* Content elemets style */

.homenews p{
    text-align:justify;
}
.homenewsi, .homenewsi a{
    text-decoration:none;
    color:#7D8994;
}
#homenews {
    float:left;
    width:420px;
}
#homeproducts {
    float:right;
    width:240px;
}

.homeproducts {
background:#171B1F;
border:1px dotted #000;
color:#7A8691;
margin:2px;
padding:5px 10px;
}


.right_blue_box, .box {
border:1px solid #1F313F;
color:#7A8691;
margin:2px 2px 10px 2px;
padding:5px 10px;
font-size: 11px;
}


.right_blue_box h1, .box .box_title {
    font-size:16px;
    color:#316293;
}


.error_message {
    color:red;
    font-weight:bold;
    font-size:15px;
}

.float {
    float:left;
    width:10px;
    min-width:1px;
    width /* */ :auto;
    white-space:nowrap;
}



.clear {
    clear:both;
}
.center {
    text-align:center;
    margin:0 auto;
}





.pager {
    padding:10px;
    text-align:center;
}

.pager a.disabled{
    color:#888;
}

.private_message_dirs .selected {
    font-size:13px;
    color:#000;
}



hr{
    height:0;
    size:0;
    border:0;
    margin-bottom:10px;
    border-bottom:1px solid #192A3A; 
}



#category_tree {
    display: none;
    width:435px;
    height:40px;
    min-height:40px;
    height /* not ie */ :auto;
    position:absolute;
    left:144px;
    top:222px;
}

#category_tree li {
    float:left;
}

#category_tree ul, #category_tree li, #category_tree ul li a {
    list-style:none;
    margin:0;
    padding:0;
    display:block;
    height:25px;
    line-height:25px;
}

#category_tree ul li a{
    padding-left:10px;
    font-size:12px;
    background:#000;
    width:135px;
}

div#category_tree ul {
    width:145px;
    height:auto;
}

div#category_tree ul li ul {
    margin-left:145px;
    margin-top:-25px;
}


div#category_tree ul {
    position:relaive;
    position /* not ie6 */ :static;
}

div#category_tree ul li ul{
    position:absolute;
    position /* not ie6 */ :static;
}



/*
div#category_tree ul li ul {
    display /* not ie6 * / : none;
}

div#category_tree:hover ul {
    display: block;
}
div#category_tree:hover ul ul{
    display: none;
}
div#category_tree ul li:hover ul {
    display: block;
}
div#category_tree ul li:hover ul ul {
    display: none;
}
div#category_tree ul ul li:hover ul {
    display: block;
}
*/


.news h3{
    font-size:26px;
    font-weight:normal;
}

.newsinfo, .newsinfo a{
    color:#7D8994;
    font-size:12px;
    text-decoration:none;
}

.newsinfo a:hover{
    text-decoration:underline;
}


.product a img{
    display:bolck;
    margin:0 auto;
    padding:0;
    border:1px solid #ADAFB0;
}
.product h3{
    font-size:14px;
    font-weight:bold;
    color:#B1BAC2;
}
.product .image img{
    margin-top:10px;
}
.product .product_left_lead {
    width:190px;
    float:left;
}

.product .image .imgtags{
	position: absolute;
	height: 20px;
	width:180px;
	text-align: right;
	bottom: 0px;
	right: 0px;
	color:#fff;
	font-weight: bold;
	text-transform: uppercase;
}
.imgtags .newprice{
    background:url(/images/design/pink_price.png) repeat-x;
	padding: 2px 5px;
	margin-left: 3px;
}


.imgtags .newproduct{
    background:url(/images/design/blue_price.png) repeat-x;
    padding: 2px 5px;
    margin-left: 3px;
}

.product .image {
    width:180px;
    clear: both;
    margin-bottom: 5px;
    position: relative;
}
.product .lead {
    width:260px;
    float:right;
}
#product .lead {
    width:auto;
    float:none;
}
#product .description {
    color: rgb(153, 65, 152);
}
.orderinfo {
    overflow:auto;
    width:69%;
    height:100px;
    padding:4px;
    border:#B4B4B4 1px solid;
    margin:0 auto;
    text-align:left;
}

.product .pirce {
    font-size:15px;
    display: block;
    padding: 5px;
    text-align: center;
}

.product hr {
    clear:both;
}
.product .categorys, .product .categorys a{
    color:#7C8A97;
}
.product .categorys a:hover{
    text-decoration:none;
}
#product h3{
    font-weight:normal;
    font-size:24px;
}

.product_basket{
	clear:both;
	text-align: right;
}

.product_basket .counter {
	width:30px;
}


#categories li a{
	font-family:arial;
    color: #B8BFC7;
    font-size:13px;
    font-weight: bold;
    text-decoration: none;
}
#categories li li a{
    color: #385A7C;
    font-size:11px;
    font-weight: normal;
}
#categories li li li a{
    color: #6789AE;
    font-size:11px;
    font-weight: normal;
}

#categories, #categories ul, #categories li{
    list-style: none;
    margin: 0px;
    padding:0px;
}
#categories li ul{
    margin-left: 15px;
}

#categories li {
    line-height: 16px;
    display: block;
}

#categories li a{
    padding-left: 15px;
    display: block;
}

#categories a.main {
    background:url(/images/design/ul.png) no-repeat 0px 5px;
}

#categories li ul.hide {
    display: none;
}



#categories a.selected {
    text-decoration: underline;
}

#home_new_product hr,
#home_new_product .product_basket {
	display:none;
}
#home_new_product .details {
	text-align:center;
	padding:5px 0px;
}
#home_new_product .product .pirce {
	background: none;
    color:#B5BAC0;
    font-size:15px;
}
#home_new_product .product_list_item .product_name{
    color:#B5BAC0;
    text-decoration: none;
    font-weight: bold;
}
#home_new_product .product_list_item {
    background: #151A1E;
    padding: 5px;
    margin-bottom: 10px;
    color:#7E858B;
    font-family: arial;
}
.loginform {
   line-height: 25px;
}
.loginform .username,.loginform .password {
    width: 130px;
}
.loginform .submit {
    width: 70px;
    background: #A8116C;
    color:#fff;
}
.filterformset {
   text-align: right ;
}