/* Drop styles */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ul, ol, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0;
font-weight: inherit; font-style: inherit; font-size: 100%;
font-family: inherit; vertical-align: baseline; background: transparent;}
:focus {outline: 0;}
body {line-height: 1;color: black;background: white;}
ul {list-style: none;}
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
/* End of drop */


/*
    back-blue: c8d4db
    text-gray: 384345
    grayed-gray: 8c8c8c
    link-red: 960000
    flat-red: b03f3f
*/

html{
    height: 100%;
}

body{
    background: #fff;
    color: #384345;
    font: normal normal 80% Georgia, "Times New Roman", serif;
    height: 100%;
}

a{
    color: #960000;
}

.body-wrapper{
    min-height: 100%;
}

* html .body-wrapper{
    height: 100%;
}

.padder{
    padding: 0 10px;
}

.pusher{
    height: 110px;
    clear: both;
}

.footer{
    height: 110px;
    margin-top: -110px;
    background: url(../img/bg-plate.gif) repeat-x 0 -40px;
    font-size: 90%;
}

.footer .padder{
    padding-top: 75px;
}

.footer img{
    margin-top: -3px;
}

.footer .foot-menu{
    overflow: hidden;
}

.footer .foot-menu li{
    float: left;
    padding-right: 20px;
}

.footer .foot-menu li a{
    color: #5d5d5d;
}

#popup{
    box-shadow: 0 0 10px #000; 
    border-radius: 10px; 
    padding: 30px; 
    z-index: 10; 
    position: absolute; 
    width: 700px; 
    margin-left: -350px; 
    background: #fff; 
    left: 50%; 
    top: 100px;
    font-size: 130%;
    font-style: italic;
    line-height: 150%;
}

#popup h2{
    font-weight: normal;
    font-size: 130%;
    margin-bottom: 1.4em;
}

#popup p{
    margin: 1.4em 0;
}


.header{
    padding: 25px 0;
    background: url(../img/bg-plate.gif) repeat-x 0 100%;
}

.header .main-menu{
    position: absolute;
    margin-left: 430px;
    margin-top: -50px;
    font-size: 200%;
    font-style: italic;
}

.header .main-menu li{
    float: left;
    padding-right: 30px;
    color: #8b8b8b;
}

.header .main-menu li a{
    color: #000;
}

.header .main-menu li.current a{
    color: #8b8b8b;
}

.header .main-menu li a:hover{
    color: #960000;
}

.header-elements{
    overflow: hidden;
}

.header-elements .info-place{
    padding: 10px 0 0 20px;
    width: 410px;
    float: left;
}

.header-elements .info-place h2{
    font-size: 190%;
    padding-left: 100px;
}

.header-elements .login-place{
    padding-top: 10px;
    width: 270px;
    float: left;
}

.header-elements .cart-place{
    width: 300px;
    float: left;
}

.header-elements .cart-place .cart{
    background: #8c8c8c url(../img/cart.png) no-repeat 0 0;
    width: 45px;
    height: 45px;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
}

.header-elements .cart-place p{
    padding-top: 10px;
}

.wrapper{
    width: 1000px;
    margin: 0 auto;
}

.menu{
    padding-top: 14px;
}

.menu .second-menu{
    width: 600px;
    text-align: justify;
}

.menu .second-menu li{
    display: inline-block;
    margin-right: 20px;
    font-size: 150%;
    text-transform: uppercase;
}

.menu .second-menu li.cap{
    width: 700px;
    visibility: hidden;
}

.menu .second-menu a{
    color: #000;
    text-decoration: none;
}

.menu .second-menu li.current a{
    color: #8c8c8c;
}

.menu .second-menu li a:hover{
    color: #960000;
}

.menu .search{
    width: 250px;
    position: absolute;
    margin-left: 745px;
}

.menu .search input{
    vertical-align: middle;
}

.menu .search input[type="text"]{
    width: 215px;
}

.menu .menu-extender{
    clear: left;
    display: none;
    overflow: hidden;
    padding-bottom: 15px;
}

.content{
    background: url(../img/bg-plate-top.gif) repeat-x 0 0;
    padding-top: 40px;
}

form input[type="text"]{
    border-top: 1px solid #aaadb2;
    border-left: 1px solid #aaadb2;
    border-right: 1px solid #e2e9ef;
    border-bottom: 1px solid #e2e9ef;
    background: #fff;
    padding: 2px;
}

form.search input{
    color: #898989;
    font-style: italic;
    font-family: Georgia, "Times New Roman", serif;
}



.content h2{
    font-size: 300%;
    color: #000;
    font-weight: normal;
    font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
    margin-bottom: .5em;
}

.content h3{
    font-size: 170%;
    color: #000;
    font-weight: normal;
    font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
    margin-bottom: .5em;
}

.content h4{
    font-size: 130%;
    color: #000;
    font-weight: normal;
    font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
    margin-bottom: .5em;
    text-transform: uppercase;
}

.content h5{
    font-size: 120%;
    color: #000;
    font-weight: normal;
    font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
    margin-bottom: .4em;
}

.content p.date{
    font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
    font-style: normal;
    margin-bottom: .2em;
}

.content blockquote{
    color: #797979;
    font-size: 150%;
    line-height: 180%;
}

.content p, .content ul, .content ol{
    font-style: italic;
    line-height: 130%;
    margin: 0 0 1em;
}

.content .bigger p, .content .bigger ul, .content .bigger ol{
    font-size: 110%;
}

.content ul li{
    background: url(../img/li.gif) no-repeat 1.4em .6em;
    padding-left: 3em;
}

.content .text img{
    float: left;
    margin: 0 15px 10px 0;
}

.content .text img.m1{
    margin-left: -250px;
}

.content .padder .text img.m1{
    margin-left: -245px;
}

.content .plate{
    background: #c8d4db;
    padding: 7px 10px;
}

.product-table .half{
    margin-bottom: 50px;
}

.product-table a.img{
    width: 200px;
    height: 200px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    float: left;
    position: relative;
    margin-right: 20px;
}

.price{
    font-size: 120%;
}

.price del.cost{
    font-size: 130%;
    padding-right: 3px;
    color: #898989;
}

.price ins.cost{
    font-style: normal;
    text-decoration: none;
    font-size: 180%;
    color: #960000;
}

.price .buy-button{
    margin-bottom: -7px;
    margin-left: 15px;
}

.product-table .description{
    overflow: hidden;
    padding-right: 20px;
}

table.values{
    margin: 0 0 5px -14px;
}

table.values img{
    margin: 0 0 0 10px !important;
    float: none !important;
    vertical-align: bottom;
}

table.values td{
    vertical-align: middle;
    padding: 5px;
    font-size: 110%;
    color: #000;
}


table.product-list{
    width: 100%;
    margin-bottom: 40px;
}

table.product-list td.title{
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    width: 40%;
    padding: 5px 0;
}

table.product-list td.title h3{
    margin-bottom: 6px;
}

table.product-list td.values{
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
}

table.product-list td.values table{
    margin-bottom: 0 !important;
}

table.product-list td.price{
    width: 20%;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    font-size: 90%;
}

table.product-list td.price p{
    margin-bottom: 0 !important;
}

table.product-list td.buy{
    width: 2%;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
}



.buy-button{
    background: url(../img/buy.gif) no-repeat 0 0;
    width: 73px;
    height: 23px;
    display: inline-block;
}
.buy-button:hover{ background-position: 0 -23px; }
.buy-button:active{ background-position: 0 -46px; }


.d-shadow {
    width: 960px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.d-shadow p{
    margin: 0 0 .1em !important;
    padding-right: 20px;
}

.d-shadow img{
    float: none !important;
    margin: 0 !important;
}

.d-shadow-wrap {
    position:relative;
    width:100%;
    padding:9px 5px 0 9px;
    margin:-9px 0 0 -9px;
    overflow:hidden;
}

.d-shadow a.current{
    color: #555;
    text-decoration: none;
}

.d-shadow a{
    color: #b03f3f;
}



.d-sh-cn {
    position:absolute;
    background:url(../img/frame.gif) no-repeat;
    left:-9px;
    z-index:-1;
}

.d-sh-tl,
.d-sh-tr {
    height:500px;
    top:-9px;
}

.d-sh-tl,
.d-sh-bl {
    width:100%;
}

.d-sh-tr,
.d-sh-br {
    width:9px;
    margin-left:100%;
}

.d-sh-bl,
.d-sh-br {
    height:9px;
}

.d-sh-bl {
    left:-18px;
    padding-right:22px;
    clip:rect(auto auto auto 9px);
}

.d-sh-br {
    left:-4px;
}

* html .d-sh-tl,
* html .d-sh-tr {
    padding-right:42px;
}



/**************************************/
.text-right{ text-align: right; }
.sans{ font-family: "Trebuchet MS", Tahoma, Arial, sans-serif; }
.italic{ font-style: italic; }
.block{ overflow: hidden; }
.col{ width: 250px; float: left; }
.half{ width: 500px; float: left; }
.pluscol{ padding-left: 250px; }
.padder .col{ width: 245px; }
.padder .half{ width: 490px; }
.padder .pluscol{ padding-left: 245px; }
.bigger{ font-size: 110%; }
.smaller{ font-size: 90%; }
.clear{ clear: both; }
.black{ color: #000 !important; }
.right{ float: right; }
.mb20{ margin-bottom: 20px; }
.mb40{ margin-bottom: 40px; }


/*************************************/
.jqifade{
	position: absolute;
	background-color: #000;
}

div.jqi{
	width: 400px;
	position: absolute;
	background-color: #ffffff;
	font-size: 120%;
	border: solid 1px #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    box-shadow: 0 0 10px 10px #000;
    -moz-box-shadow: 0 0 10px 5px #555;
    -webkit-box-shadow: 0 0 10px 10px #000;
	padding: 0 7px 7px;
}

div.jqi h2{
    font-size: 130%;
    color: #000;
    font-weight: normal;
    font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
    margin: .5em 0;
}

div.jqi .jqiclose{
	position: absolute;
	top: 10px;
    right: 10px;
	width: 14px;
    height: 14px;
    overflow: hidden;
    text-indent: -100px;
    background: url(../img/close.gif) no-repeat 0 0;
	cursor: pointer;
    //cursor: hand;
}

div.jqi .jqimessage{
	padding: 10px;
	line-height: 20px;
	color: #000;
}

div.jqi .jqibuttons{
	text-align: right;
	padding: 5px 0 5px 0;
}

div.jqi button:not(.jqidefaultbutton){
	margin: 0 2px;
    border: none;
    background: #fff;
    color: #980000;
    font-size: 80%;
    font-style: italic;
    font-family: Georgia, "Times New Roman", serif;
    text-decoration: underline;
    cursor: pointer;
    //cursor: hand;
}

div.jqi button.jqidefaultbutton{
	margin: 0 5px;
    padding: 2px 10px;
    background: #585858;
    background: -moz-linear-gradient(top, #888, #585858);  
    background: -webkit-gradient(linear, 0 0, 0, from(#888), to(#585858));
    box-shadow: 1px 1px 2px 1px rgba(0,0,0,.3);
    -moz-box-shadow: 1px 1px 2px 1px rgba(0,0,0,.3);
    -webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,.3);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #ddd;
    border: none;
    cursor: pointer;
    //cursor: hand;
}

div.jqi button.jqidefaultbutton:focus,
div.jqi button.jqidefaultbutton:hover{
    background: #777;
    margin: 0 4px 0 6px;
    background: -moz-linear-gradient(top, #777, #888);  
    background: -webkit-gradient(linear, 0 0, 0, from(#777), to(#888));
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,.1);
    -moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,.1);
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,.1);
}


.sNotify_message {
	padding: 7px 13px;
	background-color: #ааа;
    background-color: rgba(0,0,0,.8);
	position: fixed;
	display: none;
	bottom: 20px;
    left: 50%;
    margin: 0 auto;
	text-align: center;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    color: #fff;
    z-index: 100;
    white-space: no-wrap;
}

.sNotify_message a{
    color: #fff !important;
}

.sNotify_close {
	display: none;
}