* {
    margin: 0px;
    padding: 0px;
}

body {
    margin: 0px;
    padding: 0px;
    background: url('../images/bg.png');
    font-family: Verdana;
    font-size: 8pt;
    color: #333333;
}

h1 {
    font-weight: bold;
    color: #585409;
    font-size: 10pt;
    font-family: Verdana;
    margin-top: 2px;
}

h2 {
    font-weight: bold;
    color: #555555;
    font-size: 10pt;
    font-family: Verdana;
    margin-left: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

h3 {
    font-weight: bold;
    color: #555555;
    font-size: 9pt;
    font-family: Verdana;
    margin-left: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

img {
    border: 0;
}

p {
    padding: 10px;
    line-height: 14pt;
}

ol, ul {
    padding: 10px;
}

ol li, ul li {
    line-height: 14pt;
    margin-left: 20px;
}

#container {
    margin-left: auto;
    margin-right: auto;
    width: 977px;
    background: url('../images/container-bg.png');
}

#header {
    margin-left: auto;
    margin-right: auto;
    width: 977px;
    height: 72px;
    margin-top: 10px;
    background-image: url('../images/top.png');
}

#titleimg {
    float: left;
    margin-left: 25px;
    margin-top: 22px;
}

#titleimg img {
    border: none;
}

#topright {
    float: right;
    margin-right: 22px;
    margin-top: 24px;
    width: 480px;
    height: 41px;
    background-image: url('../images/login.png');
}

#topright a, #topright a:link, #topright a:hover, #topright a:visited {
    font-size: 8pt;
    color: #555555;
}

#login {
    margin-top: 5px;
    margin-left: 50px;
    float: left;
    width: 220px;
}

#cart {
    margin-top: 5px;
    margin-left: 15px;
    float: left;
    font-size: 8pt;
}

#cart-price {
    float: right;
    margin-top: 7px;
    margin-right: 15px;
    color: #ffffff;
    font-size: 14pt;
    font-weight: bold;
    font-family: Arial;
}

#hmenu {
    margin-left: 22px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#hmenu ul {
    margin: 0px;
    padding: 0px;
}

#hmenu li {
    float: left;
    list-style: none;
    height: 50px;
    margin: 0px;
    padding: 0px;
    line-height: 12px;
}

#hmenu li.active {
    background: url('../images/menusel.png') no-repeat bottom center;
}

#hmenu li.active a {
    background: url('../images/menu-bg-set.png') no-repeat;
    background-position: 0 -84px;
    font-weight: bold;
}

#hmenu li.active a.first {
    background: url('../images/menu-bg-set.png') no-repeat;
    background-position: 0 -210px;
}

#hmenu li.active a.last {
    background: url('../images/menu-bg-set.png') no-repeat;
    background-position: -81px -336px;
}

#hmenu li a {
    display: block;
    float: left;
    height: 28px;
    width: 115px;
    background: url('../images/menu-bg-set.png') no-repeat;
    background-position: 0 0;
    padding-top: 14px;
    text-align: center;
    /*padding-left: 46px;
    padding-right: 45px;*/
    font-family: Verdana;
    font-size: 8pt;
    color: #ffffff;
    text-decoration: none;
}

#hmenu li a:hover {
    background: url('../images/menu-bg-set.png') no-repeat;
    background-position: 0 -42px;
}

#hmenu li a.first {
    background: url('../images/menu-bg-set.png') no-repeat left;
    background-position: 0 -126px;
}

#hmenu li a.first:hover {
    background: url('../images/menu-bg-set.png') no-repeat left;
    background-position: 0 -168px;
}

#hmenu li a.last {
    background: url('../images/menu-bg-set.png') no-repeat;
    background-position: -81px -252px;
}

#hmenu li a.last:hover {
    background: url('../images/menu-bg-set.png') no-repeat;
    background-position: -81px -294px;
}


#promo {
    width: 947px;
    height: 212px;
    background: url('../images/swift.jpg') no-repeat;
    margin-left: 15px;
    margin-top: 50px;
    margin-bottom: 5px;
}

#ribbon {
    width: 101px;
    height: 87px;
    background: url('../images/ribbon.png') no-repeat;
    margin-left: 1px;
    margin-top: 1px;
    float:left;
}

#content-header {
    width: 933px;
    height: 46px;
    background: url('../images/content-header.png') no-repeat;
    margin-left: 21px;
}

#content {
    width: 931px;
    margin-left: 21px;
    border-left: 1px solid #d0caca;
    border-right: 1px solid #d0caca;
    background: #efefef;
}

#menu-header {
    width: 219px;
    height: 28px;
    margin-left: 5px;
    text-align: center;
    font-weight: bold;
    text-shadow: 1px 1px 1px #333333;
    color: #ffffff;
    font-family: Tahoma;
    padding-top: 18px;
    float: left;
}

#h1-header {
    width: 640px;
    height: 30px;
    margin-left: 30px;
    padding-top: 16px;
    float: left;
}

#leftSide {
    width: 221px;
    margin-left: 7px;
    float: left;
}

#vmenu {
    width: 209px;
    border-left: 1px solid #adadad;
    border-right: 1px solid #adadad;
    background: #dad9d9;
    float: left;
    padding: 5px;
}

#vmenu a {
    display: block;
    background: #c9c9c9 url('../images/menudot.png') no-repeat;
    background-position: 5px 8px;
    color: #222222;
    margin: 0px;
    margin-bottom: 2px;
    padding: 5px;
    padding-left: 20px;
    text-decoration: none;
}

#vmenu a:hover {
    color: #ffffff;
    background: #92a0ca url('../images/menudot.png') no-repeat;
    background-position: 5px 8px;
}

#vmenu a.active {
    color: #222222;
    background: #c8c8c8;
    font-weight: bold;
}

#vmenu a.child {
    display: block;
    background: #e0e0e0;
    color: #222222;
    margin: 0px;
    margin-bottom: 2px;
    padding: 5px;
    padding-left: 20px;
    text-decoration: none;
    font-size: 8pt;
}

#vmenu a.subchild {
    display: block;
    background: #efefef;
    color: #444444;
    margin: 0px;
    margin-bottom: 2px;
    padding: 4px;
    padding-left: 30px;
    text-decoration: none;
    font-size: 8pt;
}

#vmenu a.subchild:hover {
    color: #ffffff;
    background: #92a0ca;
}

#vmenu a.child:hover {
    color: #ffffff;
    background: #92a0ca;
}

#vmenu a.childactive {
    display: block;
    background: #dfdfdf;
    color: #444444;
    margin: 0px;
    margin-bottom: 2px;
    padding: 5px;
    padding-left: 20px;
    font-weight: bold;
    font-size: 8pt;
}

#vmenu a.childactive:hover {
    color: #ffffff;
    background: #92a0ca;
}

#vmenu-bottom {
    background: url('../images/vmenu-bottom.png') no-repeat;
    width: 221px;
    height: 21px;
    float: left;
}

#rightSide {
    width: 687px;
    float: left;
    margin-left: 8px;
    margin-top: 0px;
}

#cbody {
    width: 665px;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    float: left;
    background: #ffffff;
    padding: 10px;
}

#cbody-bottom {
    width: 687px;
    height: 21px;
    float: left;
    background: url('../images/cbody-bottom.png') no-repeat;
}

#footer {
    margin-left: auto;
    margin-right: auto;
    width: 977px;
    height: 25px;
    background: url('../images/bottom.png') no-repeat;
    color: #d4d4d4;
    text-align: center;
    font-size: 7pt;
    padding-top: 40px;
}

#footer a {
    color: #d4d4d4;
}

#bottom {
    width: 100%;
    height: 28px;
    margin: 0 auto 0 auto;
    background: url('../images/tiretrack.png') repeat-x;
}

.cleaner {
    clear: both;
}

.txtBox {
    margin-bottom: 10px;
    float: left;
}

.productBox {
    width: 200px;
    height: 320px;
    border: 1px solid #eaeaea;
    background: #f2f2f2;
    margin: 9px;
    float: left;
}

.productDescription {
    width: 190px;
    color: #666666;
    padding: 5px;
}

.productImage {
    width: 200px;
    border-bottom: 1px solid #e0e0e0;
    background: #ffffff;
    height: 200px;
    text-align: center;
}

.fleft {
    float: left;
}

.fright {
    float: right;
    text-align: right;
}

.price {
    font-size: 13pt;
    font-weight: bold;
    font-family: Arial;
    color: #4e9310;
}

.oldprice {
    font-size: 8pt;
    text-decoration: line-through;
    font-family: Arial;
    color: #e3481d;
}

.productid {
    font-size: 7pt;
    color: #555555;
    font-weight: bold;
}

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

.buy {
    font-weight: bold;
    font-size: 8pt;
    display: block;
    border: 1px solid #6e80b4;
    color: #ffffff;
    background: #8f9dc7;
    padding: 3px 6px 3px 6px;
    float: right;
    margin-top: 5px;
}

#productinfo {
    width: 640px;
    border: 1px solid #eaeaea;
    background: #fdfdfd;
    margin: 10px;
    float: left;
}

#images {
    width: 300px;
    height: 425px;
    border: 1px solid #dadada;
    margin: 10px;
    float: left;
    padding: 10px;
}

table#parameters {
    width: 280px;
    margin: 10px;
    margin-left: 0px;
    float: left;
    font-size: 10pt;
}

table#parameters td {
    padding: 5px;
    border: 3px solid #ffffff;
}

table#parameters th {
    padding: 8px;
    text-align: left;
}

table#parameters td.dark {
    background: #f0f0f0;
}

table#parameters td.oprice {
    text-decoration: line-through;
    font-family: Arial;
    color: #e3481d;
}

table#parameters td.nprice {
    font-size: 13pt;
    font-weight: bold;
    font-family: Arial;
    color: #4e9310;
}

.bigimg {
    text-align: center;
    width: 300px;
    height: 300px;
}

.smallimg {
    width: 90px;
    height: 90px;
    float: left;
    background: #f2f2f2;
    border: 1px solid #dadada;
    margin: 4px;
}

#promotxt {
    width: 250px;
    font-size: 8pt;
    padding: 20px;
    padding-left: 0px;
    line-height: 14pt;
    text-align: right;
    float: left;
}

#promotxt p {
    padding: 0px;
    text-indent: 0px;
}

table#promoitems {
    width: 570px;
    float: right;
    padding: 20px;
    font-size: 10pt;
    font-weight: bold;
    border: 5px;
}

table#promoitems td {
    padding: 5px;
    background: #f2e868;
    border: 5px;
    margin: 5px;
}

table#promoitems td.right {
    text-align: right;
}

table#promoitems tr {
    border: 5px;
    margin: 5px;
}

table#filter {
    width: 640px;
    margin: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    font-size: 9pt;
    border: 1px solid #e0e0e0;
    background: #f6f6f6;
}

table#filter td {
    width: 140px;
    text-align: left;
}

select {
    font-size: 9pt;
}

.smallfont {
    font-size: 8pt;
    color: #555555;
    margin: 3px;
}

table#cart {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 8pt;
    margin-bottom: 10px;
}

table#cart th {
    background: #e0e0e0;
    padding: 5px;
    font-weight: bold;
}

table#cart th.left {
    background: #e0e0e0;
    padding: 5px;
    font-weight: bold;
    text-align: left;
}

table#cart td {
    padding: 5px;
    background: #f0f0f0;
    border: 5px;
    margin: 5px;
}

table#cart td.right {
    text-align: right;
}

table#cart td.center {
    text-align: center;
}

table#cart tr.sum td {
    padding: 10px;
    background: #efefef;
    border-top: 2px solid #777777;
}

table#cart tr.sum td.total {
    font-size: 12pt;
    font-weight: bold;
    font-family: Arial;
    color: #68b722;
}

/* Form */
#content form fieldset {padding:10px 20px; _padding-top:0; border:1px solid #e0e0e0;}
#content form fieldset legend {padding:0 10px; _margin-bottom:10px; font-weight: bold;}
#content form fieldset input, #content fieldset select {margin-top:3px; margin-bottom:10px;}
#content form fieldset textarea {width:95%;}
#content form fieldset label input {margin-bottom:0;}
#content form p.submit input {padding:0 10px; margin-bottom:0;}

.error {
    width: 60%;
    color: #c83118;
    background: url('../images/exclamation.png') no-repeat #ffbc9b;
    background-position: 15px 15px;
    padding: 15px;
    padding-left: 35px;
    border: 1px solid #f8644c;
    margin-bottom: 10px;
    text-align: center;
    margin-left:auto;
    margin-right:auto;

}

.notice {
    width: 60%;
    color: #518a0e;
    background: url('../images/accept.png') no-repeat #ceff96;
    background-position: 15px 15px;
    padding: 15px;
    padding-left: 35px;
    border: 1px solid #aee96a;
    margin-bottom: 10px;
    text-align: center;
    margin-left:auto;
    margin-right:auto;

}

.information {
    width: 90%;
    color: #444444;
    background: #fafafa;
    padding: 15px;
    border: 3px solid #eeeeee;
    margin: 10px;
    margin-left:auto;
    margin-right:auto;
}

#navbar {
    width: 640px;
    height: 15px;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    background: #fafafa;
    border: 1px solid #eaeaea;
    margin-bottom: 15px;
}

#navbar a, #navbar a:link, #navbar a:visited {
    font-size: 7pt;
    color: #666666;
}


.greenbold {
    color: #68b722;
    font-weight: bold;
}

.redbold {
    color: #e3481d;
    font-weight: bold;
}

.yellowbold {
    color: #a89d1d;
    font-weight: bold;
}

.graybold {
    color: #a4a4a4;
    font-weight: bold;
}

/* Tables */
table.gallery {
	width:100%;
	margin-bottom: 10px;
	font-size: 8pt;
	border: none;
}

table.gallery td {
	padding:3px 3px;
	text-align:center;
	height: 160px;
        width: 160px;
	background: #eaeaea;
        border: 5px solid #ffffff;
}

table.gallery td.white {
	background: #ffffff;
}

table.gallery {
	float:none;
	text-align:center;
}

table.gallery td:hover {
	background: white;
}


table.order {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 8pt;
    margin-bottom: 10px;
    border-collapse: collapse;
}

table.order th {
    background: #f0f0f0;
    padding: 5px;
    font-weight: bold;
    border: 1px solid #d0d0d0;
}

table.order th.dark {
    background: #e0e0e0;
    padding: 5px;
    font-weight: bold;
    border: 1px solid #d0d0d0;
}

table.order th.left {
    background: #f0f0f0;
    padding: 5px;
    font-weight: bold;
    text-align: left;
    width: 30%;
}

table.order td {
    padding: 5px;
    background: #ffffff;
    border: 1px solid #d0d0d0;
    margin: 5px;
}

table.order td.right {
    text-align: right;
}

table.ordert td.center {
    text-align: center;
}

table.order tr.sum td {
    padding: 10px;
    background: #ffffff;
    border-top: 2px solid #777777;
}

table.order tr.sum td.total {
    font-size: 12pt;
    font-weight: bold;
    font-family: Arial;
    color: #68b722;
}

