/* CSS Document */

* { margin:0; padding:0;}
body { background:#fff; font-family:Arial, Helvetica, sans-serif; font-size:13px; line-height:16px; color:#353535;}
table, td {font-size:100%;}
table, td, img {border:0;}
form, td {margin:0; padding:0;}
td {  }

.main-width { width:976px; margin:0 auto; }

input, textarea { font-family:Tahoma; font-size:1em;}

.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

img {vertical-align:top;}
a img { border:0;}
ul { list-style:none;}

.alignright { text-align:right;}
.aligncenter { text-align:center;}

.wrapper{ width:100%; overflow:hidden;}
.container { width:100%;}
.column-1, .column-2, .column-3{ float:left;}

a {color:#f0121f; outline:none; text-decoration:underline;}
a:hover{text-decoration:none;}
p { margin:0; padding:0;}

/* ============================= header ====================== */
#header .top{ width:100%; overflow:hidden; height:123px; border-bottom:solid 1px #c6c4c4; margin-bottom:1px;}

#header .logo{ float:left; padding:25px 0 0 16px;}

#header .cart{ color:#464545; font-size:13px; padding:40px 7px 16px 0;}
#header .cart a{ color:#464545; text-decoration:none; font-weight:bold;}
#header .cart a:hover{ color:#ee101c;}
#header .cart span a{ color:#ee101c;}
#header .cart span a:hover{ color:#464545;}
#header .lang{ float:right; padding:1px 16px 0 0;}

#header .menu{ float:left;}
#header .menu ul{ padding:0; margin:0;}
#header .menu li{ float:left; font-size:12px; color:#000; font-weight:bold;}
#header .menu a{ color:#000; text-decoration:none; display:inline-block; padding:10px 19px 10px 20px; cursor:pointer;}
#header .menu a:hover{ color:#fff; background:#ee101c;}

#header .nav-links{ text-align:right; background:#ee101c; color:#fff; padding:7px 10px 7px 10px;}
#header .nav-links a{ color:#fff; text-decoration:none;}
#header .nav-links a:hover{ text-decoration:underline;}

.banners{ width:100%; overflow:hidden; padding:1px 0 0 0;}
#bannerOne, #bannerTwo{ float:left;}

/* ============================= content ===================== */
#content{ padding:20px 0 13px 0;}
#column-center{ padding:0 0 0 13px;}

.product-col{ padding-bottom:24px;}
.image{ display:inline-block; border:solid 1px #ebebeb;}
.img{ padding-bottom:9px;}
.name{ color:#909090; font-weight:normal; font-size:12px; text-decoration:underline;}
.name strong{ font-weight:normal;}
.name:hover{ text-decoration:none; color:#f0121f;}
.price{ color:#353535; font-size:13px; font-weight:bold;}
.product-col .price{ padding:9px 0 8px 0;}

/* ============================= footer ====================== */
#footer{ border-top:solid 2px #e2e2e0; padding:8px 0 0px 0; color:#7a7a7a; font-style:italic;}
#footer a{ color:#7a7a7a; text-decoration:none;}
#footer a:hover{ color:#f0121f;}
#footer .cards{ float:left; padding:0px 0 0 21px;}
#footer .fright{ background:#f6f6f6; width:100%; padding:11px 30px;}
#footer .menu a{ color:#656565; text-decoration:underline;}
#footer .menu a:hover{ text-decoration:none;}
#footer p{ padding:6px 0 0 0;}
#footer p span{ display:block;}

/* ============================= forms ======================= */
input, select, textarea{ font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:normal; color:#010101;}

.currencies{ color:#464545; text-transform:lowercase; float:right;}
.currencies select{ text-transform:none; color:#a4a4a4; font-size:11px; border:solid 1px #e8e8e7;}

.search{ float:right; padding:7px 9px 0 0;}
.search input{ vertical-align:middle;}
.search .input1{ border:solid 0px; background:none; padding:2px 10px 3px 11px; width:131px; margin-right:6px; color:#929292;}
.search span{ display:inline-block; background:url(search-b.gif) no-repeat 0 0;}
