﻿.foo
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML GENERAL 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, var
{
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

html, body
{
    background-color: #eff0f1;
    color: #525252;
    margin: 0px auto;
    padding: 0px;
    font-size: 14px;
    font-family: "Helvetica Neue" , "HelveticaNeue" ,Helvetica,sans-serif;
}

html
{
    overflow-y: scroll;
}

html, body
{  
    height: auto;
}

table
{
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td
{
    text-align: left;
    font-weight: normal;
}

table, td, th
{
    vertical-align: middle;
}

blockquote:before, blockquote:after, q:before, q:after
{
    content: "";
}

blockquote, q
{
    quotes: "" "";
}

a img
{
    border: none;
}

ul, ol, dir, menu
{
    list-style: none outside;
}

:focus
{
    -moz-outline-style: none;
    outline: none;
}

html.plain, body.plain
{
    background: #abdebe;
}

strong, th, thead td, h3, .bold
{
    font-weight: bold;
}

h1, h2, .large
{
    font-family: "HelveticaNeue-Light" , "Helvetica Neue Light" , "Helvetica Neue" ,Helvetica,Arial,sans-serif;
    font-weight: 300;
}

i
{
    font-family: georgia,serif;
    font-weight: normal;
}

del
{
    text-decoration: line-through;
    color: #666;
}

ins
{
    text-decoration: underline;
}

small, .small
{
    font-size: 80%;
    font-weight: normal;
    font-family: "Lucida Grande" ,verdana,sans-serif;
}

sup
{
    line-height: 0;
    vertical-align: super;
}

abbr, acronym, dfn span.title
{
    cursor: help;
    text-decoration: underline;
    color: inherit;
}

.money abbr
{
    text-decoration: none;
    cursor: default;
}

.unselectable
{
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.content ul
{
    list-style-type: square;
    padding: 0 0 0 20px;
}

.content ol
{
    list-style-type: decimal;
    padding: 0 0 0 20px;
}

.content p
{
    line-height: 1.4em;
    margin: 10px 0;
}

.hideSubmit, .hideSubmit input
{
    opacity: 0;
    filter: alpha(opacity = 0);
    width: 10px;
}


body#body-mint a.disabled, body#body-mint a.disabled:hover
{
    color: #aaa;
    cursor: text;
    opacity: .3;
}

div.ajax, span.ajax
{
    font-weight: bold;
    visibility: hidden;
}

form .vError, form .vMessage
{
    margin-top: 5px;
    min-height: 20px;
    visibility: hidden;
}

.good div.ajax, .good span.ajax, .good span.msg, .good .vMessage
{
    color: #007934;
}

form .error .vError, form .good .vMessage, .good div.ajax, .error div.ajax, .good span.ajax, .error span.ajax
{
    visibility: visible;
}

.error input.text, .error input.text:hover, .error textarea, .error textarea:hover
{
    border-color: #bd1a00;
}

.form-error, .error label, .error .vError, table.popup fieldset .error label span, .error .ajax
{
    color: #bd1a00;
    font-weight: bold;
}

div.row
{
    clear: both;
}

span.left
{
    float: left;
    text-align: right;
}

span.ff, span.right, span.ajax
{
    float: right;
    text-align: left;
}

input
{    
    font-weight: normal;
    margin: 0;
}

input.text, input.password, textarea
{
    background: #fff;
    border: 2px solid #ddd;
    padding: 2px;
}

input.password:hover, input.text:hover, textarea:hover
{
    border-color: #bbb;
}

input.password:focus, input.text:focus, textarea:focus
{
    border-color: #007934;
}

input.submit:hover
{
    background-color: #007934;
    border-color: #007934;
}

input.submit:active
{
    border-style: inset;
}

input.disabled, input.disabled:hover
{
    background: #eee;
    color: #aaa;
    cursor: default;
    border: 2px solid #c7c7c7;
}

optgroup option
{
    margin-left: 15px;
}

.rounded-corners
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.top-rounded-corners
{
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.bottom-rounded-corners
{
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

h1 span.right, h2 span.right
{
    float: right;
    margin: 0 0 5px 0;
}

.tip
{
    color: #333;
    font-size: 9px;
}

p.error
{
    background: #cc5100;
    border: 3px solid #ff6500;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    margin: 0 0 10px 0;
}

p.error a, p.notice a
{
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

p.notice
{
    background: #007934;
    border: 3px solid #57A779;
    color: #fff;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 5px 10px;
}

a.button
{
    cursor: pointer;
    display: block;
    text-indent: -9999px;
}

tr.alt
{
    background: #f5f5f5;
}

small, .help, .small
{
    color: #8b8078;
}

.left
{
    text-align: left;
}

.right
{
    text-align: right;
}

.float-right
{
    float: right;
}

.center
{
    text-align: center;
}

a
{
    color: #005a8c;
    cursor: pointer;
    text-decoration: none;
}

a.anchor
{
    color: inherit;
    cursor: inherit;
    text-decoration: none;
}

a:focus
{
    color: #069;
}

a.anchor:focus
{
    color: inherit;
}

a:hover
{
    text-decoration: underline;
}

a.anchor:hover
{
    text-decoration: none;
}

.cta, .new
{
    color: #ff8139;
    font-weight: bold;
}

a.delete
{
    color: #bd1a00;
    font-weight: bold;
}

a.open
{
    background-position: 0 -48px;
}

span.status
{
    font-weight: bold;
}

.hide
{
    display: none !important;
}

.hidden, .invisible
{
    visibility: hidden !important;
}

.nopad
{
    padding: 0 !important;
}

.money
{
    text-align: right;
}

dt
{
    color: #007934;
    font-weight: bold;
    margin: 10px 0;
}

dd
{
    margin: 0 0 0 20px;
}

p, blockquote
{
    line-height: 1.4em;
}

strong.alert
{
    color: #ff9c00;
}

hr
{
    background: #d7d2cb;
    border: 0;
    height: 1px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER PAGE WRAPPERS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

div .wrapper-page
{
    margin: 0px auto;
    width: 984px;
}

/* one column master page */
.master-wrapper-center-1
{
    float: left;
    width: 984px;
    background: url(images/bg_maincolumn_1.gif) no-repeat left top #FFF;
    display: inline;
}

.master-wrapper-cph-1
{
    float: left;
    width: 940px;
    color: #000;
    min-height: 600px;
    padding: 10px 10px 10px 10px;
}


/* two column master page */
.master-wrapper-side-2
{
    float: left;
    width: 180px;
    margin: 0 0 0 10px;
    font-family: arial, helvetica, sans-serif;
    display: inline;
}

.master-wrapper-center-2
{
    float: left;
    width: 760px;
    margin: 0px 0 0 10px;
    background: url(images/bg_maincolumn_2.gif) no-repeat left top #FFF;
    display: inline;
}

.master-wrapper-cph-2
{
    float: left;
    width: 740px;
    color: #000;
    min-height: 600px;
    padding: 10px 10px 10px 10px;
}


/* three column master page */
.master-wrapper-leftside-3
{
    float: left;
    width: 175px;
    font-family: arial, helvetica, sans-serif;
    display: inline;
}

.master-wrapper-center-3
{
    float: left;
    width: 560px;
    margin: 0px 0 0 10px;
    background: url(images/bg_maincolumn_3.gif) no-repeat left top #FFF;
    display: inline;
}

.master-wrapper-cph-3
{
    float: left;
    width: 540px;
    color: #000;
    min-height: 600px;
    padding: 10px 10px 10px 10px;
}

.master-wrapper-rightside-3
{
    float: right;
    width: 180px;
    font-family: arial, helvetica, sans-serif;
    display: inline;
}

.stat
{
    text-align: center;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#header
{
    /*border-bottom: 1px solid #DFE2E1;*/
    background: url(images/header_bg.png) repeat-x left top #eff0f1;
    height: 75px;
    position: relative;
}

#header #logo
{
    float: left;
    width: 260px;
    margin-top: 4px;
}

#header #logo .gear
{
    float: left;
}

#header #logo .logo
{
    float: left;
}

#header #logo img
{
    
}

#header #logo div
{    
    text-align: center;
    margin-top: 5px;
}

#header #logo .title
{
    font-size: 12px;
    color: #2073c0; 
}

#header #info
{
    float: left;
    width: 360px;
    margin: 4px 0px 0px 0px;
}

#header #info .teldescr
{
    float: right;
    text-align: right;
    color: #216cb5; 
    margin: 8px 10px 0px 0px;
 }
 
 #header #info .tel
{
    font-size: 15px;
    color: #216cb5; 
    font-weight: 700;
 }
 
 #header #info .ibutton
 {
    float: right;
    width: 185px;
 }
 
 #header .languagelist
 {
    float: right;
    margin: 4px 10px 0px 0px;
 }

#header #user_auth
{
    float: right;
    list-style-type: none;
    width: 200px;
    margin-top: 4px;
}

#ln
{
    float: right;
    list-style-type: none;    
    margin: 10px 4px 0px 0px;
}

#header .small.button
{
    border-radius: 4px;
    font-size: 12px;
    margin-left: 10px;
    list-style-type: none;
}

#header .black.button
{
    float: right; /*  background-color: #808080;     text-shadow: 0px -1px #585858;*/
    display: block;
}

#header a.button
{
    /* box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.196);     color: white;*/
    display: inline-block;
    font-family: "Helvetica Neue" , "Helvetica" , sans-serif;
    text-decoration: none;
    text-indent: 0px;
    white-space: nowrap;
}

a.button
{
    cursor: pointer;
}

#nav {background-color: #909399; height: 28px; }
#nav ul {float: left; margin-left: 215px; height: 28px; display: inline; list-style: none outside none; padding: 0px; position: relative;border-right: 2px solid #fff;}
#nav ul li {float: left; border-left: 2px solid #fff; display: inline; margin: 0px; padding: 0px; position: relative;height: 28px;}
#nav ul li:hover {background-color: #babec2;}
#nav ul li a {color: #fff; text-transform: uppercase; display: block; float: left; height: 18px; padding: 8px 15px; text-decoration: none; font-weight: 700; font-size: 12px; /*text-shadow: 1px 1px 0px #0f2943;*/}

.menuleft .top {
	height: 6px;
	background-image: url(menu-lef.png);
	background-repeat: no-repeat;
}
.menuleft .m-center {
	background-image: url(menu-leg.png);
	background-repeat: repeat-y;
}
.menuleft .bottom {
	height: 7px;
	background-image: url(menu-leh.png);
	background-repeat: no-repeat;
}
.menuleft .m-center ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 12px;
	color: #2e7ca0;
}
.menuleft .m-center ul li {
	line-height: 33px;
	/*height: 33px;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c5e4f2;
	z-index: 0;
	width:194px;
	margin:auto;
	position: relative;
}
.menuleft .m-center ul li a {
	color: #2e7ca0;
	text-decoration:none;
	display: block;
	padding-left:15px;
	z-index: 10;
}
.menuleft .m-center ul li a:hover {
	background: url(menu-pod.jpg) no-repeat top left;
}
.asterix {color: #ff0000; }


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PAGE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.body { background: url(Images/bodybg.jpg) center top repeat-y; }   

div#page
{
    background: #FFFFFF;
    box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.196);
    float: left;
    width: 974px;
    padding: 0px 10px 20px 0px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

div.column
{
    float: left;
    width: 204px;
    min-height: 700px;
    color: #626460;
}

.searchbox
{
    float: right;
    margin-top: 10px;
}
.textBox
{
    line-height: 17px;
    padding: 4px;
    border: 1px solid #E0E0E0;
    font-size: 13px;
    border-radius: 3px;   
    margin-top: 2px;
    font-weight: 400;
    height: 15px;
    background: url(Images/bgTextBox.gif) white repeat-x left top;
}

.ibutton
{    
    background: #ffca00 url(images/ibutton1.gif) repeat-x;
    box-shadow: 0px 0px 5px #CCC;
    border: 1px solid #D7AF34;
    border-radius: 3px;
    cursor: pointer;
    display: block;
    font: 700 12px/17px "Arial", "Helvetica", sans-serif;    
    text-align: center;
    text-decoration: none;
    text-shadow: 0px 1px 1px #FFFFFF;   
    height: 28px;
    color: #292929;
}
a .ibutton
{
    text-decoration: none;
    font: 700 12px/17px "Arial", "Helvetica", sans-serif;    
    
}

.ibutton span { color: #292929; display: block; padding-top: 5px; }

.ibutton:hover { background: #ffca00 url(images/ibutton2.gif) repeat-x; text-decoration: none; color: #292929; }
.ibutton:active { background: #ffca00 url(images/ibutton3.gif) repeat-x; text-decoration: none; color: #292929; }
.ibutton:visited { color: #292929; }



div.column .block
{
    border-bottom: 1px solid #E1E6DD;
    border-top: 1px solid #FEFFFD;
    padding: 0px 0px 10px 15px;
}

div.column .block h3
{
    color: #686a66;
    font-size: 15px;
    line-height: 30px;
}

div.column .block .list
{
    line-height: 24px;
}

div.column .block ul li a
{
    text-decoration: underline;
}

div.column .block ul li a:hover
{
    text-decoration: none;
}

div.column .block .list .viewall
{
    text-decoration: underline;
    text-align: right;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

div.content
{
    float: left;
    min-height: 700px;
    width: 600px;
    margin: 0px 0px 0px 12px;    
    min-height: 680px;
}

div.contentheader
{
    background: #F7F7F7;
    border: 1px solid #E1E0E0;
    min-height: 30px;
    margin: 0px 0px 4px 0px;
    width: 600px;
}

.contentheader h1
{
    font-size: 16px;
    font-weight: 700;
    padding: 6px 0px 0px 8px;    
}


div.content .inner
{
    background: #fcfcfb;
    border: solid #fff 3px;
    -moz-box-shadow: -1px 0px 8px rgba(0,0,0,0.1);
    -webkit-box-shadow: -1px 0px 10px rgba(0,0,0,0.1);
    box-shadow: -1px 0px 8px rgba(0,0,0,0.1);
    padding: 4px 10px 10px 10px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.footer
{
    background-color: #fff;
    clear: both;
    height: 30px;
    padding: 5px 3px 5px 3px;
}

.footer a
{
    text-decoration: none;
    color: #FFF;
}

.footer-disclaimer
{
    font-size: 12px;
    text-align: center;
}

.footer .tel
{
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #828080;
    margin: 8px 4px 8px 0px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCT DETAILS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.product-details-page
{    
    margin-top: 4px;
}

.product-collateral
{
    margin-top: 20px;
    margin-bottom: 10px;
    clear: both;
}

.product-essential
{
}

.product-details-info
{
}

.product-details-page .order td
{
    vertical-align: middle;
}

.product-details-page .featch td
{
    text-align: center;
}

.product-details-page .cert
{
    background: url(images/cert.png) no-repeat;
    width: 58px;
    height: 95px;
    margin-left: 30px;
}

.product-details-page .delivery
{
    background: url(images/delivery.png) no-repeat;
    width: 150px;
    height: 95px;
}

.product-details-info .picture
{
    float: left;
    width: 300px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.mainimg
{
    width: 300px;
    vertical-align: top;
    text-align: center;
}

.imglist
{
    float: left;  
}

.imglist .imgitem
{    
    margin-right: 2px;    
}

.consultation
{
    text-align: center; 
    width: 250px;       
    margin: 0px auto;
}
.consultation .att
{
    color: #ff0000;    
    font-weight: bold;
}


.product-details-info .overview
{
    float: right;
    width: 160px;
    margin-top: 10px;
    padding: 5px 5px 5px 5px;
    border: dashed 1px #d3d3d3;
}

.product-details-info .overview .productname
{
      margin-bottom: 0.3em;
}

.product-details-info .overview .shortdescription, .product-details-info .overview .sku 
{
    color: #555;
    margin-bottom: 0.3em;
}

.product-details-info .overview .manufacturers, .product-details-info .overview .manufacturerpartnumber
{
    color: #555;
    margin: 10px 0px 10px 0px;
}

.product-details-info .fulldescription
{
    border-top: solid 1px #d3d3d3;
    clear: both;
    color: #555;
    margin-bottom: 0.3em;
}

.product-share-button
{
    margin-top: 10px;
    margin-bottom: 10px;
}

.product-rating-box
{
    margin-top: 20px;
    margin-bottom: 10px;
}

.product-variant-list
{
    margin-bottom: 15px;
    padding: 0px;
}

.product-variant-line
{
    margin-bottom: 20px;
    padding-bottom: 20px;
    margin-top: 10px;
    border-bottom: solid 1px #d3d3d3;
}

.product-variant-line .picture
{
    float: left;
    width: 300px;
    margin-bottom: 15px;
}

.product-variant-line .overview
{
    float: right;
    width: 200px;
    margin-right: 25px;
}

.product-variant-line .overview .productname
{
      margin-bottom: 0.3em;
}

.product-variant-line .description
{
    clear: both;
    color: #555;
    margin-bottom: 0.3em;
}

.product-variant-line .downloadsample
{
    clear: both;
    color: #555;
    margin-bottom: 0.3em;
}

.product-variant-line .downloadsample .downloadsamplebutton
{
    -x-system-font: none !important;
    background: #F1F1F1 url(images/btn_download_bg.gif) repeat-x scroll 0 100%;
    border: 1px solid #B5B5B5;
    color: #444444;
    cursor: pointer;
    font-family: arial,sans-serif !important;
    font-size-adjust: none !important;
    font-stretch: normal !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: bold !important;
    line-height: normal !important;
    overflow: visible;
    padding: 1px 5px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: auto;
}

.product-variant-line .price
{
    float: left;
    margin-right: 10px;
}

.product-variant-line .price .productPrice
{
    color: #2f7222;
}

.product-variant-line .price .oldProductPrice
{
    color: red;
    text-decoration: line-through;
}

.product-variant-line .add-info
{
    padding-top: 10px;
}

.product-variant-line .attributes
{
}

.product-variant-line .stock, .product-variant-line .sku, .product-variant-line .manufacturerpartnumber
{
}

.product-variant-line .giftCard
{
}

.product-variant-line .giftCard dt
{
    clear: left;
    float: left;
    width: 150px;
}

.product-variant-line .error
{
    font-weight: bold;
    color: Red;
}


.one-variant-price
{
    
}

.one-variant-price .productPrice
{
    font-size: 22px;
    font-weight: 700;
    color: #2f7222;
}

.one-variant-price .oldProductPrice
{
    color: red;
    text-decoration: line-through;
}

.one-variant-price .ibutton
{
    width: 100%;
    height: 32px;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}

.related-products-grid, .also-purchased-products-grid
{
}

.related-products-grid .title, .also-purchased-products-grid .title
{
    padding: 10px 10px 10px 0px;
    font-weight: bold;
    clear: both;
}

.related-products-grid .item-box, .also-purchased-products-grid .item-box
{
    padding-bottom: 10px;
    text-align: center;
    vertical-align: text-top;
}

.related-products-grid .item, .also-purchased-products-grid .item
{
    text-align: center;
    margin: 10px 10px 10px 10px;
    border: solid 1px #d3d3d3;
    width: 200px;
    height: 200px;
}

.related-products-grid .item .product-title, .also-purchased-products-grid .item .product-title
{
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    font-weight: bold;
    text-transform: none;
    padding: 0;
}

.related-products-grid .item .picture, .also-purchased-products-grid .item .picture
{
    text-align: center;
}

.product-review-box
{
    margin-bottom: 15px;
    padding: 10px 5px 10px 5px;
}


.product-review-list
{
    margin: 10px 0 0 0;
    color: #555D65;
}

.product-review-list .product-review-item
{
    border: solid 1px #d3d3d3;
    margin-top: 10px;
    padding: 10px;
    clear: both;
}

.product-review-list .product-review-item .review-title
{
    font-weight: bold;
    float: left;
    margin-bottom: 5px;
}

.product-review-list .product-review-item .rating
{
    float: right;
}

.product-review-helpfulness
{
    color: #333;
}

.product-review-helpfulness a, .product-review-helpfulness a:hover
{
   
    text-decoration: none;
}

.productspec-box
{
    padding: 5px 5px 5px 5px;
    clear: both;
    color: #555;
}

.producttags-box
{
    padding: 5px 5px 5px 5px;
    clear: both;
    color: #555;
}

.tier-prices
{
    text-align: center;
    margin-bottom: 10px;
}

.tier-prices .prices-header
{
    background: #3a3a3a;
    color: #FFF;
    padding: 3px 3px 3px 3px;
    font-weight: bold;
}

.tier-prices .prices table
{
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    vertical-align: middle;
    background: #f3f3f3;
}

.tier-prices .prices .prices-table td
{
    padding: 0;
}

.tier-prices .prices .item-table td
{
    border-bottom: solid 3px #d7d7d7;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: bold;
}

.tier-prices .prices .item-table .item-price
{
    color: Green;
}

.tier-prices .prices .header-table td
{
    border-bottom: solid 3px #d7d7d7;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: bold;
}

.tier-prices .prices .prices-table .field-header
{
    font-weight: bold;
    text-align: center;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MISC. CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.page-title
{
    border-bottom: 1px solid;
    margin: 0 0 10px;
    overflow: hidden;
    width: 100%;
}

.page-title h1, .page-title h2
{
    padding: 5px 5px 5px 0px;
    font-size: 20px;
    margin: 0;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: normal;
}

td
{
    vertical-align: middle;
}

td.fieldname
{
    
}

.table-container
{
}

.table-container .row
{
}

.table-container .row .item-name
{
    padding: 3px 10px 0px 0px;
    display: block;
    white-space: nowrap;
    padding-right: 10px;
    vertical-align: middle;
}

.table-container .row .item-value
{
    padding: 3px 0px 0px 0px;
    vertical-align: middle;
}

.htmlcontent
{
    padding-bottom: 5px;
}

.htmlcontent-title
{
    padding: 0 0 5px 0;
    clear: both;
}

.htmlcontent-header
{
    font-weight: bold;
}

.htmlcontent-body
{
}

.topicpage
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.topicpage-title
{
    border-bottom: 0 none;
}

.topicpage .topicpage-body
{
}

.user-agreement-page
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.user-agreement-page .page-title
{
}

.user-agreement-page .page-body
{
}

.clear
{
    border: medium none;
    clear: both;
    float: none;
    font-size: 0;
    height: 0;
    line-height: 0;
}

.nobr
{
    white-space: nowrap !important;
}

.linkButton
{
    color: #3664A5;
    background-color: inherit;
    text-decoration: underline;
    font-weight: bold;
}

a.linkButton:hover
{
}

.dropDownLists
{
    height: 17px;
    font-size: 12px;
    padding-left: 2px;
    font-family: Tahoma;
}

.message-error
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: red;
}

.copyright
{
    float: right;
    padding-right: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.copyright a
{
    color: #3664A5;
    background-color: inherit;
}

/* sitemap */
.sitemap-page
{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 15px;
}

.sitemap-page .entity
{
    margin: 5px 0px 30px 0px;
}

.sitemap-page .topic-box, .sitemap-page .manufacturer-box, .sitemap-page .category-box, .sitemap-page .product-box
{
    text-align: center;
    vertical-align: bottom;
}

.sitemap-page .topic-box .item, .sitemap-page .manufacturer-box .item, .sitemap-page .category-box .item, .sitemap-page .product-box .item
{
    text-align: left;
    margin: 3px 10px 3px 10px;
    width: 150px;
    border-bottom: 1px dotted #ADACAC;
}

checkbox, input, radio, select
{
   
}

/* fix ie button padding bug  - apply to all button classes
input
{
	width: auto;
	overflow: visible;
}*/

textarea
{
    width: 100%;
}

.newsaddcommenttitletext
{
    width: 500px;
    border: solid 1px #E3E3E3;
    vertical-align: top;
}

.newsaddcommentcommenttext
{
    height: 150px;
    width: 500px;
    border: solid 1px #E3E3E3;
    vertical-align: top;
}

.blogaddcommentcommenttext
{
    height: 150px;
    width: 500px;
    border: solid 1px #E3E3E3;
    vertical-align: top;
}

.accountsignaturetext
{
    height: 100px;
    width: 500px;
    border: solid 1px #E3E3E3;
    vertical-align: top;
}

.numerictextboxtext
{
    border: solid 1px #E3E3E3;
    vertical-align: top;
}

.shoppingcartquantitytext
{
    border: solid 1px #E3E3E3;
    text-align: right;
}

.wishlistquantitytext
{
    border: solid 1px #E3E3E3;
    text-align: right;
}

.forumtopictitletext
{
    width: 500px;
    border: 1px solid #acacac;
    vertical-align: top;
}

.privatemessagesubjecttext
{
    width: 500px;
    border: 1px solid #acacac;
    vertical-align: top;
}

.forumsearchtext
{
    width: 500px;
    border: 1px solid #acacac;
}


.forumsearchboxtext
{
    border: 1px solid #acacac;
}

.bbeditortext
{
    border: #cec6b5 1px solid;
}

.edittopiclinkbutton
{
    padding-right: 5px;
    padding-left: 18px;
    background: url('images/ico-edit.gif') no-repeat;
}

.deletetopiclinkbutton
{
    padding-right: 5px;
    padding-left: 18px;
    background: url('images/ico-delete.gif') no-repeat;
}

.movetopiclinkbutton
{
    padding-right: 5px;
    padding-left: 18px;
    background: url('images/ico-moveTopic.gif') no-repeat;
}

.replytopiclinkbutton
{
    padding-right: 5px;
    padding-left: 18px;
    padding-bottom: 3px;
    background: url('images/ico-forum-post-add.gif') no-repeat;
}

.watchtopiclinkbutton
{
    padding-left: 18px;
    background: url('images/ico-forum-watch.gif') no-repeat;
}

.editpostlinkbutton
{
    padding-right: 5px;
    padding-left: 18px;
    background: url('images/ico-edit.gif') no-repeat;
}

.deletepostlinkbutton
{
    padding-right: 5px;
    padding-left: 18px;
    background: url('images/ico-delete.gif') no-repeat;
}

.quotepostlinkbutton
{
    color: #555555;
    float: right;
    padding: 1px 3px 1px 3px;
    border: solid 1px #cccccc;
    line-height: 15px;
}

.productlistproductdetailbutton, .productgridproductdetailbutton
{
    background: url(images/orange_button_bg.gif) no-repeat 25% 50% #FF8800;
    border: 1px solid #FF8800;
    margin-bottom: 3px;
    color: #FFF;
    height: 20px;
    padding: 0 5px 0 5px;
    width: auto;
    overflow: visible;
}

.productlistaddtocartbutton, .productgridaddtocartbutton, .productemailafriendbutton, .productaddtocomparelistbutton, .productvariantaddtowishlistbutton, .editaddressbutton, .deleteaddressbutton, .cancelrecurringorderbutton, .orderdetailsbutton, .returnitemsbutton, .orderdetailsprintbutton, .estimateshippingbutton, .updatewishlistbutton, .applycouponcodebutton, .updatecartbutton, .continueshoppingbutton, .orderprocessedcontinuebutton, .submitpollvotebutton, .cancelforumtopicbutton, .forumsearchbutton, .forumsearchboxbutton, .cancelpmbutton, .deletepmbutton, .backpmbutton, .removeavatarbutton
{
    background: url(images/grey_button_bg.gif) no-repeat 25% 50% #333;
    border: 1px solid #333;
    color: #FFF;
    height: 20px;
    padding: 0 5px 0 5px;
    width: auto;
    overflow: visible;
}

.currencylist
{
    background: #e3e3e3;
    border: solid 1px #3a3a3a;
}

select.languagelist
{
    background: #e3e3e3;
    border: solid 1px #3a3a3a;
}

ul.languagelist
{
    display: inline;
    line-height: 25px;
}

ul.languagelist li
{
    list-style: none;
    display: inline;
    padding: 0px 5px 0 5px;
}

ul.languagelist li .selected
{
    border: solid 1px #cccccc !important;
}

.taxdisplaytypelist
{
    background: #e3e3e3;
    border: solid 1px #3a3a3a;
}

.storethemelist
{
    background: #e3e3e3;
    border: solid 1px #3a3a3a;
}

.forumtopicoptionscheck
{
}

.forumtopicoptionscheck label
{
    color: #555;
    padding-left: 5px;
    vertical-align: top;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	ORDER SUMMARY, SHOPPING CART, WISHLIST

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.shoppingcart-page, .wishlist-page
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.shoppingcart-page .page-title, .wishlist-page .page-title
{
    border-bottom: 0 none;
}

.shoppingcart-page .body, .wishlist-page .body
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    color: #555;
}

.wishlist .shareinfo
{
    background: url('images/cart-footer-bg.gif') repeat-x bottom;
    height: 50px;
    padding: 0 0 5px 5px;
}

.wishlist .shareinfo .sharelabel
{
    font-weight: bold;
}

.wishlist .shareinfo .sharelink
{
}

.order-summary-content
{
    margin: 0px;
    padding: 10px 10px 10px 10px;
    color: #555;
}

.wishlist-content
{
    margin: 0px;
    color: #555;
    background-color: inherit;
}

.order-summary-content .totals
{
    float: right;
    padding: 23px 5px 0 5px;
    width: 330px;
}

.order-summary-content .cart-collaterals
{
    padding: 20px 0 10px;
    width: 550px;
}

.order-summary-content .deals
{
    display: inline;
    float: left;
    margin: 0 20px 0 0;
    width: 250px;
}

.order-summary-content .shipping
{
    display: inline;
    float: left;
    margin: 0;
    width: 280px;
}

.order-summary-content .coupon-box, .order-summary-content .giftcard-box
{
    padding: 10px 10px 10px 10px;
    color: #555;
    background: #F7F5E8;
    margin: 0 0 10px 0px;
    border: dotted 1px #d3d3d3;
}

.order-summary-content .giftcard-box
{
    position: relative;
    z-index: 1;
}

.order-summary-content .cart, .wishlist-content .cart
{
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    vertical-align: middle;
}

.wishlist-content .cart
{
    margin-bottom: 10px;
}

.order-summary-content .cart td, .wishlist-content .cart td
{
    padding: 10px;
}

.order-summary-content .cart .cart-header-row, .wishlist-content .cart .cart-header-row
{
    font-weight: bold;
}

.order-summary-content .cart .cart-header-row th, .wishlist-content .cart .cart-header-row th
{
    background: url('images/cart-header-bg.gif') repeat-x 50%;
    color: #FFF;
    border-right: solid 1px #6a6a6a;
    height: 20px;
    padding: 2px 8px;
    vertical-align: middle;
    white-space: nowrap;
}

.order-summary-content .cart .cart-header-row th.picture, .wishlist-content .cart .cart-header-row th.picture
{
    border: none;
}

.order-summary-content .cart .cart-header-row th.end, .wishlist-content .cart .cart-header-row th.end
{
    text-align: right;
    padding-right: 5px;
}

.order-summary-content .cart .cart-item-row, .wishlist-content .cart .cart-item-row
{
}

.order-summary-content .cart .cart-item-row td, .wishlist-content .cart .cart-item-row td
{
    border-bottom: 1px solid #c5c5c5;
    vertical-align: middle;
    line-height: 30px;
}

.order-summary-content .cart .cart-item-row td.product, .wishlist-content .cart .cart-item-row td.product
{
    text-align: left;
    padding: 0px 10px 0px 10px;
}

.order-summary-content .cart .cart-item-row td.product a, .wishlist-content .cart .cart-item-row td.product a
{
    font-weight: bold;
}

.order-summary-content .cart .cart-item-row td.end, .wishlist-content .cart .cart-item-row td.end
{
    text-align: right;
    font-weight: bold;
    color: Green;
    padding-right: 5px;
}

.order-summary-content .warning-box .warning-text, .wishlist-content .warning-box .warning-text
{
    color: Red;
}

.order-summary-content .cart-footer
{
    width: 100%;
    background: url('images/cart-footer-bg.gif') repeat-x bottom;
}

.order-summary-content .total-info
{
    margin: 0px;
}

.cart_total_left
{
    width: 100%;
    text-align: right;
    vertical-align: middle;
    height: 21px;
    font-weight: bold;
    color: #353434;
}

.cart_total_left_below
{
    width: 100%;
    text-align: right;
    vertical-align: top;
    height: 30px;
}

.cart_total_right
{
    text-align: right;
    vertical-align: middle;
    padding-left: 5px;
}

.order-summary-content .removegiftcardbutton, .order-summary-content .removediscountbutton
{
    padding-right: 5px;
    padding-left: 18px;
    background: url('images/ico-delete.gif') no-repeat;
}

.order-summary-content .selected-checkout-attributes
{
    margin: 0px;
    padding: 10px 5px 10px 0px;
    width: 100%;
    text-align: right;
    vertical-align: middle;
    color: #353434;
}

.order-summary-content .checkout-attributes
{
    margin: 10px 0px 10px 0px;
    padding: 10px 20px 10px 20px;
    background: none repeat scroll 0 0 #F7F5E8;
    border: 1px dotted #D3D3D3;
}

.order-summary-content .min-amount-warning
{
    margin: 0px;
    padding: 10px 0px 10px 10px;
}

.order-summary-content .terms-of-service
{
    margin: 0px;
    padding: 10px 0px 10px 10px;
}

.order-summary-content .terms-of-service .read
{
    text-decoration: underline;
}

.order-summary-content .terms-of-service .read:hover
{
    cursor: pointer;
}

.order-summary-content .common-buttons
{
    margin: 0px;
    padding: 10px 10px 10px 0px;
    float: left;
}

.order-summary-content .checkout-buttons
{
    float: right;
    margin: 0px;
    padding: 10px 0px 10px 10px;
}

.order-summary-content .addon-buttons
{
    clear: both;
    float: right;
    margin: 0px;
    padding: 10px 0px 10px 10px;
    text-align: right;
}

.order-summary-content .crosssells-title
{
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 5px 5px 0;
    border-bottom: 0 none;
    margin: 0 0 10px;
    width: 100%;
}


.estimate-shipping
{
    margin: 0px;
    padding: 10px 10px 10px 10px;
    color: #555;
    background: #F7F5E8;
    border: dotted 1px #d3d3d3;
}

.estimate-shipping .shipping-options
{
    text-align: left;
    margin: 10px 10px 10px 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}

.estimate-shipping .shipping-options .shipping-option-item
{
    text-align: left;
    vertical-align: text-top;
    padding: 5px 0 0 5px;
}

.estimate-shipping .shipping-options .shipping-option-item .option-name
{
    font-weight: bold;
}

.estimate-shipping .shipping-options .shipping-option-item .option-description
{
    padding: 5px 0 5px 16px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CHECKOUT, ORDER DETAILS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.checkout-page, .checkout-one-page
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.checkout-page .page-title, .checkout-one-page .page-title
{
    border-bottom: 0 none;
}

.checkout-page .checkout-data, .checkout-one-page .checkout-data
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    color: #555;
    background-color: inherit;
}

.checkout-one-page .checkout-data .progress
{
    position: absolute;
    top: 100px;
    width: 180px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 5px 10px;
    text-align: center;
    z-index: 2147483647;
}

.checkoutstep
{
}

.checkoutstep .steptitle
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
    font-family: Arial, Sans-Serif;
    font-weight: bold;
    padding: 5px 5px 5px 5px;
    margin-top: 5px;
}

.checkoutstep .stepcontent
{
    border: dashed 1px #2F4F4F;
    border-top: none;
    padding: 5px 5px 5px 5px;
}

.order-summary-title
{
    padding: 10px 10px 5px 0px;
    color: #555;
    font-weight: bold;
    clear: both;
}

.order-summary-body
{
    text-align: center;
    margin: 10px 10px 10px 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}

.checkout-data .select-address-title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}

.checkout-data .address-grid
{
    margin-bottom: 15px;
    padding: 0px;
}

.checkout-data .address-grid .item-box
{
    padding-bottom: 10px;
    text-align: center;
    vertical-align: text-top;
}

.checkout-data .address-grid .address-item
{
    text-align: center;
    margin: 10px 10px 10px 10px;
    border: 1px solid #d7d7d7;
    width: 200px;
    height: auto;
}

.checkout-data .address-grid .address-item .select-button
{
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
}

.checkout-data .address-grid .address-item .address-box
{
    text-align: left;
}

.checkout-data .enter-address-title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}

.checkout-data .enter-address
{
    text-align: center;
    margin: 10px 10px 10px 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}

.checkout-data .enter-address .enter-address-body
{
    text-align: left;
    margin: 10px 10px 10px 10px;
}

.checkout-data .enter-address .button
{
    margin: 10px 10px 10px 10px;
    text-align: left;
}

.checkout-data .enter-address .the-same-address
{
    text-align: left;
    margin: 10px 10px 10px 10px;
}

.checkout-data .shipping-options
{
    text-align: left;
    margin: 10px 10px 10px 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}

.checkout-data .shipping-options .shipping-option-item
{
    text-align: left;
    vertical-align: text-top;
    padding: 5px 0 0 5px;
}

.checkout-data .shipping-options .shipping-option-item .option-name
{
    font-weight: bold;
}

.checkout-data .shipping-options .shipping-option-item .option-description
{
    padding: 5px 0 5px 16px;
}

.checkout-data .shipping-options .select-button
{
    margin: 10px 10px 10px 10px;
    text-align: left;
}

.checkout-data .shipping-options .error-block
{
    margin: 10px 10px 10px 10px;
    text-align: left;
}

.checkout-data .userewardpoints
{
    margin: 0px;
    padding: 10px 10px 10px 10px;
    color: #555;
    background: #F7F5E8;
    margin-bottom: 10px;
    border: dotted 1px #d3d3d3;
}

.checkout-data .payment-methods
{
    text-align: left;
    margin: 10px 10px 10px 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}

.checkout-data .payment-methods .payment-method-item
{
    padding: 10px;
    text-align: left;
    vertical-align: text-top;
}

.checkout-data .payment-methods .select-button
{
    margin: 10px 10px 10px 10px;
    text-align: left;
}

.checkout-data .payment-methods .error-block
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}


.checkout-data .payment-info
{
    text-align: left;
    margin: 10px 10px 10px 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}

.checkout-data .payment-info .body
{
    padding: 10px;
    text-align: left;
    vertical-align: text-top;
}

.checkout-data .payment-info .select-button
{
    margin: 10px 10px 10px 10px;
    text-align: left;
}

.checkout-data .confirm-order
{
    text-align: left;
    margin: 10px 10px 10px 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}

.checkout-data .confirm-order .select-button
{
    margin: 10px 10px 10px 10px;
    text-align: left;
}

.checkout-data .confirm-order .error-block
{
    margin: 10px 10px 10px 10px;
    text-align: left;
}

.checkout-data .order-completed
{
    text-align: left;
    margin: 10px 10px 10px 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}

.checkout-data .order-completed .body
{
    padding: 10px;
    text-align: left;
    vertical-align: text-top;
}

.checkout-data .order-completed .select-button
{
    margin: 10px 10px 10px 10px;
    text-align: left;
}

.order-details
{
    margin-bottom: 15px;
    padding: 0px;
}

.order-details .page-title
{
    border-bottom: 0 none;
}

.order-details .info
{
    border: 1px solid #d7d7d7;
    padding: 10px;
}

.order-details .section-title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}

.order-details .order-overview
{
    text-align: left;
    padding-bottom: 10px;
}

.order-details .order-details-box
{
    text-align: left;
    padding: 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}

.order-details .products-box, .order-details .ordernotes-box
{
    text-align: left;
    padding: 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}

.order-details .checkout-attributes
{
    text-align: right;
    vertical-align: middle;
    padding: 10px;
    height: auto;
}

.downloable-products
{
    margin: 0px 0 0 0;
    padding: 5px 5px 5px 5px;
    color: #555;
    background-color: inherit;
}

.downloable-products .info
{
    padding: 10px;
}

.downloable-products .products-box
{
    text-align: left;
    padding: 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}

.order-progress
{
    height: 40px;
    margin: 0 auto;
    text-align: center;
    border-bottom: solid 2px #f3f3f3;
}

.order-progress ul
{
    padding: 0;
    margin: 0;
}

.order-progress ul li
{
    list-style: none;
    display: inline;
    padding: 5px 20px 0 20px;
}

.order-progress ul li .active-step
{
    color: #6a6a6a;
    background: url('images/progress-step-active.gif') no-repeat 50% 50%;
    padding-bottom: 40px;
    padding-right: 1px;
}

.order-progress ul li .inactive-step
{
    color: #d7d7d7;
    background: url('images/progress-step-inactive.gif') no-repeat 50% 50%;
    padding-bottom: 40px;
    padding-right: 1px;
}

.return-request
{
    margin-bottom: 15px;
    padding: 0px;
}

.return-request .page-title
{
    border-bottom: 0 none;
}

.return-request .section-addinfo
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
}

.return-request .products-box
{
    text-align: left;
    padding: 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}

.return-request .why
{
}

.return-request .buttons
{
}

.customer-return-request-list
{
    margin: 0px 0 0 0;
    padding: 5px 5px 5px 5px;
    color: #555;
    background-color: inherit;
}

.customer-return-request-list .section-title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}

.customer-return-request-list .request-list
{
}

.customer-return-request-list .request-list .request-item
{
    text-align: left;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.home-page-product-grid
{   
    width: 100%;
}

.home-page-product-grid .boxtitle
{
    padding: 10px 10px 10px 0px;
    margin: 0 0 0 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ff0000;
    text-align: center;
}

.home-page-product-grid .item-box
{
    padding-bottom: 10px;
    text-align: center;
    vertical-align: text-top;
    border: 2px solid #E1E0E0;    
    /*height: 280px;*/
}

.home-page-product-grid .product-item
{
    text-align: center;
    margin: 10px 10px 10px 10px;
    width: 264px;
    /*height: 230px;*/
}

.home-page-product-grid .product-item .product-title
{
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    font-weight: bold;
}

.home-page-product-grid .product-item .picture
{
    text-align: center;
    margin-top: 10px;
}

.home-page-product-grid .product-item .prices
{
    text-align: center;
    color: Green;
}

.home-page-category-grid
{
    margin-left: auto;
    margin-right: auto;
    width: 520px;
}

.home-page-category-grid a
{
    color: #555;
}

.home-page-category-grid .item-box
{
    text-align: center;
    vertical-align: text-top;
}

.home-page-category-grid .category-item
{
    text-align: center;
    margin: 10px 10px 10px 10px;
    width: 150px;
    height: auto;
    background: url('images/home-cat-bg.gif') no-repeat 0 100%;
}

.home-page-category-grid .category-item .title
{
    text-align: center;
    font-weight: bold;
    background: url('images/home-cat-title.gif');
    display: block;
    overflow: hidden hidden;
    height: 1.8em;
    padding: 8px 0 5px 0;
}

.home-page-category-grid .category-item .picture
{
    text-align: center;
    padding: 10px 0 10px 0;
}

.bestsellers
{
    margin-left: auto;
    margin-right: auto;
    width: 520px;
}

.bestsellers .boxtitle
{
    padding: 10px 10px 10px 0px;
    margin: 0 0 0 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #3a3a3a;
    text-align: center;
}

.bestsellers .item-box
{
    padding-bottom: 10px;
    text-align: center;
    vertical-align: text-top;
}

.bestsellers .product-item
{
    text-align: center;
    margin: 10px 10px 10px 10px;
    width: 150px;
    height: 150px;
}

.bestsellers .product-item .product-title
{
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    font-weight: bold;
}

.bestsellers .product-item .picture
{
    text-align: center;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCTS IN GRID - TEMPLATE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.product-grid
{
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 520px;
    text-align: center;
}

.product-grid .item-box
{
    padding-bottom: 10px;
    text-align: center;
    vertical-align: text-top;
}

.product-grid .product-item
{
    text-align: center;
    margin: 10px 5px 10px 5px;
    width: 250px;
    background: url('images/prod_grid_box_bg.gif') no-repeat 0 100%;
}

.product-grid .product-item .product-title
{
    font-weight: bold;
    background: url('images/deal_box_hl.gif') no-repeat 0 0;
    padding-left: 10px;
}

.product-grid .product-item .product-title a
{
    background: url('images/deal_box_hr.gif') no-repeat 100% 0;
    display: block;
    height: 2em;
    line-height: 1.3em;
    overflow: hidden hidden;
    padding: 4px 10px 8px 0px;
}

.product-grid .product-item .picture
{
    text-align: center;
    margin-top: 10px;
}

.product-grid .product-item .description
{
    margin: 5px 5px 0 5px;
    text-align: center;
    padding: 10px 5px 10px 5px;
    border-top: solid 1px #e3e3e3;
    color: #555;
    height: 50px;
}

.product-grid .product-item .add-info
{
    vertical-align: bottom;
    text-align: right;
    width: 250px;
    height: 85px;
    position: relative;
}

.product-grid .product-item .add-info .prices
{
    text-align: right;
    vertical-align: middle;
    position: absolute;
    bottom: 15px;
    right: 10px;
}

.product-grid .product-item .add-info .buttons
{
    vertical-align: middle;
    position: absolute;
    bottom: 15px;
    left: 10px;
    text-align: left;
}

.product-grid .product-item .add-info .prices .productPrice
{
    color: #2f7222;
}

.product-grid .product-item .add-info .prices .oldproductPrice
{
    color: Red;
    text-decoration: line-through;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCTS IN LINES 1 - TEMPLATE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.product-list1
{
    width: 100%;
}

.product-list1 td
{
    vertical-align: top;    
}

.product-list1 table
{
    border: 2px solid #E1E0E0;
    width: 100%;
}


.product-list1 .item-box
{
    text-align: left;
    position: relative;
    margin-bottom: 10px;
}

.product-list1 .product-title
{
    font-weight: bold;
    margin: 10px;
}

.product-list1 .product-title a
{ 
    display: block;
    height: 2em;
    line-height: 1.3em;
}

.product-list1 .picture
{
    margin: 10px 0 10px 10px;
    width: 250px;
    text-align: center;
}


.product-list1 .description
{ 
    color: #555;
    padding: 0px 5px 5px 10px;
    border-left: 1px solid #e3e3e3;
}

.product-list1 .prices-wrapper
{ 
    margin-bottom: 10px;  
}

.product-list1 .prices
{    
    float: left;
    font-size: 14px;
    margin: 10px 10px 0px 10px;
}

.product-list1 .buttons
{
    float: left;
}

.product-list1 .prices .productPrice
{
    color: #2f7222;
}

.product-list1 .prices .oldproductPrice
{
    color: Red;
    text-decoration: line-through;
}

.product-list1 .buttons
{
    padding-top: 20px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCTS IN LINES 2 - TEMPLATE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.product-list2
{
    margin-bottom: 15px;
    padding: 0px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FEATURED PRODUCTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.featured-product-grid
{
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 520px;
    text-align: center;
}

.featured-product-grid .title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    text-transform: uppercase;
    clear: both;
    margin: 0;
}

.featured-product-grid .item-box
{
    padding-bottom: 10px;
    text-align: center;
    vertical-align: text-top;
}

.featured-product-grid .product-item
{
    text-align: center;
    margin: 10px 5px 10px 5px;
    width: 250px;
    background: url('images/prod_grid_box_bg.gif') no-repeat 0 100%;
}

.featured-product-grid .product-item .product-title
{
    font-weight: bold;
    background: url('images/deal_box_hl.gif') no-repeat 0 0;
    padding: 0 0 0 10px;
    text-transform: none;
}

.featured-product-grid .product-item .product-title a
{
    background: url('images/deal_box_hr.gif') no-repeat 100% 0;
    display: block;
    height: 2em;
    line-height: 1.3em;
    overflow: hidden hidden;
    padding: 4px 10px 8px 0px;
}

.featured-product-grid .product-item .picture
{
    text-align: center;
    margin-top: 10px;
}

.featured-product-grid .product-item .description
{
    margin: 5px 5px 0 5px;
    text-align: center;
    padding: 10px 5px 10px 5px;
    border-top: solid 1px #e3e3e3;
    color: #555;
    height: 50px;
}

.featured-product-grid .product-item .add-info
{
    vertical-align: bottom;
    text-align: right;
    width: 250px;
    height: 85px;
    position: relative;
}

.featured-product-grid .product-item .add-info .prices
{
    text-align: right;
    vertical-align: middle;
    position: absolute;
    bottom: 15px;
    right: 10px;
}

.featured-product-grid .product-item .add-info .buttons
{
    vertical-align: middle;
    position: absolute;
    bottom: 15px;
    left: 10px;
    text-align: left;
}

.featured-product-grid .product-item .add-info .prices .productPrice
{
    color: #2f7222;
}

.featured-product-grid .product-item .add-info .prices .oldproductPrice
{
    color: Red;
    text-decoration: line-through;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PAGES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.category-page .product-pager, .manufacturer-page .product-pager, .producttag-page .product-pager
{
    text-align: center;
}

.category-page .product-pager a, .manufacturer-page .product-pager a, .producttag-page .product-pager a
{
   
}

.category-page .product-pager a:link, .manufacturer-page .product-pager a:link, .producttag-page .product-pager a:link
{
    text-align: center;
    color: #555;
}

.category-page .product-pager span, .manufacturer-page .product-pager span, .producttag-page .product-pager span
{    
    font-weight: bold;
}

.category-page, .manufacturer-page, .manufacturerlist-page, .producttag-page
{
    margin-bottom: 15px;
    padding: 0px;
}

.category-page .page-title, .manufacturerlist-page .page-title, .manufacturer-page .page-title, .producttag-page .page-title
{
    border-bottom: 0 none;
}

.category-page .category-description, .manufacturer-page .manufacturer-description
{
    color: #555;
}

.sub-category-grid, .manufacturer-grid
{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 15px;
}

.sub-category-grid a, .manufacturer-grid a
{
    color: #555;
}

.sub-category-grid .item-box, .manufacturer-grid .item-box
{
    text-align: center;
    vertical-align: text-top;
}

.sub-category-grid .sub-category-item, .manufacturer-grid .manufacturer-item
{
    text-align: center;
    margin: 10px 10px 10px 10px;
    width: 175px;
    height: auto;
    background: url('images/home-cat-bg.gif') no-repeat 0 100%;
}

.sub-category-grid .sub-category-item .category-title, .manufacturer-grid .manufacturer-item .man-title
{
    text-align: center;
    font-weight: bold;
    background: url('images/home-cat-title.gif');
    display: block;
    overflow: hidden hidden;
    height: 31px;
    padding: 8px 0 5px 0;
}

.sub-category-grid .sub-category-item .picture, .manufacturer-grid .manufacturer-item .picture
{
    text-align: center;
    padding: 10px 0 10px 0;
    min-height: 125px;
}

.sub-category-list
{
    margin-bottom: 15px;
    padding: 0px;
}

.product-sorting
{
    width: 100%;
    margin: 0px auto 10px auto;
}

.product-filters
{
    width: 520px;
    background: url('images/fb_s_bg.gif') no-repeat 0 100%;
    margin: 0 auto 0 auto;
}

.product-filters .filter-title
{
    font-weight: bold;
    background: url('images/deal_box_hl.gif') no-repeat 0 0;
    padding-left: 10px;
    color: #555;
}

.product-filters .filter-title span
{
    background: url('images/deal_box_hr.gif') no-repeat 100% 0;
    display: block;
    height: 2em;
    line-height: 1.3em;
    overflow: hidden hidden;
    padding: 4px 10px 8px 0px;
}

.product-filters .filter-item
{
    padding: 5px 10px 5px 10px;
}

.price-range-filter
{
}

.price-range-filter .title
{
    color: #555;
    font-weight: bold;
    background: url('images/ico-arrow-r.gif') no-repeat;
    padding: 1px 0px 5px 20px;
}

.price-range-filter ul
{
    margin: 0;
    padding-left: 20px;
}

.price-range-filter li
{
    list-style: none;
    padding-bottom: 2px;
}

.price-range-filter .selected-price-range
{
    padding-left: 20px;
}

.price-range-filter .remove-price-range-filter
{
    font-weight: bold;
}

.product-spec-filter
{
}

.product-spec-filter .title
{
    color: #555;
    font-weight: bold;
    background: url('images/ico-arrow-r.gif') no-repeat;
    padding: 1px 0px 5px 20px;
}

.product-spec-filter table.filter
{
    width: 100%;
}

.product-spec-filter table.filter tr.group
{
    font-weight: bold;
}

.product-spec-filter table.filter tr.item td
{
    padding: 2px 2px 2px 16px;
}

.product-spec-filter table.filter tr.filtereditem
{
}

.product-spec-filter .remove-filter
{
    padding-top: 5px;
    padding-left: 20px;
}

.product-spec-filter .remove-product-spec-filter
{
    font-weight: bold;
}

.compare-products
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.compare-products .page-title
{
    border-bottom: 0 none;
}

.compare-products .body
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    color: #555;
    background-color: inherit;
}

.compare-products-table
{
}

.compare-products-table .remove-button
{
    margin: 0px 0px 5px 0px;
    margin-right: 5px;
    margin-top: 5px;
}

.compare-products-table tr.product-name
{
    background-color: #CCCCCC;
    font-weight: bold;
}

.compare-products-table td
{
    border-width: 1px;
    border-color: #BFBFBF;
    border-style: solid;
    padding: 3px;
}

.login-page
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.login-page .page-title
{
    border-bottom: 0 none;
}

.login-page .wrapper
{
    width: 720px;
    margin-top: 10px;
    padding-left: 5px;
    color: #555;
}

.login-page .wrapper .new-wrapper
{
    float: left;
    width: 50%;
}

.login-page .wrapper .new-wrapper .register-title
{
    text-align: center;
    margin: 0px 10px 0px 10px;
    font-weight: bold;
}

.login-page .wrapper .new-wrapper .register-block
{
    text-align: center;
    margin: 10px 10px 10px 10px;
    padding: 15px 5px 5px 5px;
    border: solid 1px #d3d3d3;
    min-height: 240px;
    vertical-align: top;
}

.login-page .wrapper .new-wrapper .checkout-as-guest-or-register-block
{
    text-align: left;
    margin: 10px 10px 10px 10px;
    padding: 15px 5px 5px 5px;
    border: solid 1px #d3d3d3;
    height: 240px;
    vertical-align: top;
}

.login-page .wrapper .returning-wrapper
{
    float: right;
    width: 50%;
}

.login-page .wrapper .returning-wrapper .login-title
{
    text-align: center;
    margin: 0px 10px 0px 10px;
    font-weight: bold;
}

.captcha-enabled
{
    height: 310px !important;
}

.login-page .wrapper .returning-wrapper .login-block
{
    text-align: left;
    margin: 10px 10px 10px 10px;
    padding: 15px 5px 5px 5px;
    border: solid 1px #d3d3d3;
    min-height: 240px;
}

.login-table-container
{
    vertical-align: middle;
}

.login-table-container .row
{
}

.login-table-container .row .item-name
{
    padding: 10px 10px 10px 0px;
    display: block;
    white-space: nowrap;
    padding-right: 10px;
    vertical-align: middle;
    font-weight: bold;
}

.login-table-container .row .item-value
{
    padding: 10px 0px 10px 0px;
    vertical-align: middle;
}

.login-page .forgot-password
{
    font-weight: bold;
}

.login-page .buttons
{
    float: right;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    clear: both;
}

.registration-page
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.registration-page .page-title
{
    border-bottom: 0 none;
}

.registration-page .body
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    color: #555;
    background-color: inherit;
}

.registration-page .section-title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}

.registration-page .section-body
{
    text-align: left;
    padding: 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}

.registration-page .button
{
    float: right;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    clear: both;
}

.password-recovery-page, newsletter-page
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.password-recovery-page .page-title, newsletter-page .page-title
{
    border-bottom: 0 none;
}

.password-recovery-page .body, newsletter-page .body
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    color: #555;
    background-color: inherit;
}

.customer-avatar
{
    padding: 10px;
}

.customer-avatar .button
{
    margin: 5px 0;
}

.account-activation-page
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.account-activation-page .page-title
{
    border-bottom: 0 none;
}

.account-activation-page .body
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    color: #555;
    background-color: inherit;
}

.address-edit-page
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.address-edit-page .page-title
{
    border-bottom: 0 none;
}

.address-edit-page .body
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    color: #555;
    background-color: inherit;
}

.search-panel
{
    margin-bottom: 15px;
    padding: 0px;
}

.search-panel .page-title
{
    border-bottom: 0 none;
}

.search-panel .search-input
{
    border: 1px solid #d7d7d7;
    padding: 10px;
}

.search-panel .search-results
{
    padding-top: 10px;
}

.search-panel .search-results .result
{
    font-weight: bold;
    color: #555;
}

.search-panel table.basic-search, .search-panel table.adv-search
{
    border: collapse;
    color: #333;
    margin: 0px;
    width: 100%;
    vertical-align: middle;
    text-align: left;
}

.search-panel table.adv-search
{
    border-top: solid #D3D3D3 1px;
    margin-top: 10px;
}

.search-panel table.basic-search td.title, .search-panel table.adv-search td.title
{
    padding: 4px 4px 4px 4px;
    text-align: left;
    vertical-align: middle;
    width: 130px;
}

.search-panel table.basic-search td.data, .search-panel table.adv-search td.data
{
    padding: 4px 4px 4px 4px;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
}

.contact-form
{
}

.contact-form .button
{
    text-align: right;
}


.contact-form .send-email
{
}

.breadcrumb
{
    float: left;
    padding: 0px;
    /*text-transform: uppercase;*/
    font-size: 12px;
    margin: 2px 0px 0px 0px;
}

.breadcrumb a
{
    text-decoration: none;
}

.breadcrumb a:hover
{
    text-decoration: none;
}

.newslist
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.newslist .title
{
    padding: 10px 0px 1px 0px;
    margin: 0 5px 10px 5px;
    font-weight: bold;
    clear: both;
    color: #3a3a3a;
    border-bottom: solid 1px #999;
}

.newslist .title2
{
    padding: 10px 0px 1px 0px;
    margin: 0 5px 10px 5px;
    font-weight: bold;
    clear: both;
    text-align: center;
    
}

.newslist .newsitems
{
    margin: 0px 5px 0 5px;
    padding: 0px 0 0 0;
}

.newslist .newsitems .item
{
    border-bottom: dashed 1px #9a9a9a;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.newslist .newsitems .newsdate
{
    color: #9a9a9a;
    font-style: italic;
}

.newslist .newsitems a.newstitle
{
    color: #444;
    text-decoration: none;
}

.newslist .newsitems a.newstitle:hover
{
    text-decoration: underline;
}

.newslist .newsitems .newsdetails
{
   
}

.newslist .newsitems .readmore
{
    float: right;
}

.newsitem
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.newsitem .page-title
{
    border-bottom: 0 none;
}

.newsdate
{
    color: #9a9a9a;
    font-style: italic;
}

.newsitem .newsbody
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
}

.newsitem .newsbody a
{
   
    text-decoration: underline;
}

.newscomments
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.newscomments .title
{
    padding: 10px 10px 10px 0px;
    font-weight: bold;
    text-transform: uppercase;
    color: #3a3a3a;
}

.newscomments .newcomment
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
}

.newscomments .newcomment td.leavetitle
{
    padding: 0px 10px 10px 0px;
    font-weight: bold;
    color: #3a3a3a;
}

.newscomments .newcomment td.button
{
    text-align: right;
}

.newscomments .commentlist
{
    border-top: solid 1px #6a6a6a;
    margin-top: 10px;
    background: url('images/cart-footer-bg.gif') repeat-x bottom;
}

.newscomment
{
    border-bottom: solid 1px #E3E3E3;
}

.newscomment .commentinfo
{
    width: 170px;
    float: left;
    padding: 5px;
    height: 100%;
    border-right: solid 1px #F3F3F3;
}

.newscomment .commentinfo .userinfo
{
    padding-top: 5px;
}

.newscomment .commentinfo .userinfo a.username
{
    font-weight: bold;
    margin-bottom: 5px;
}

.newscomment .commentinfo .userinfo span.username
{
    font-weight: bold;
    margin-bottom: 5px;
}

.newscomment .commentinfo .userinfo .avatar
{
    margin: 5px 0 5px 0;
}

.newscomment .commentinfo .userinfo .avatar .avatar-img
{
    border: solid 2px #CEDBE1 !important;
}

.newscomment .commentinfo .userinfo .userstats
{
    text-align: left;
    font-weight: bold;
    color: #555;
}

.newscomment .commentinfo .userinfo .userstats .statvalue
{
    font-weight: normal;
}

.newscomment .commentcontent
{
    margin-left: 180px;
    border-left: solid 1px #F3F3F3;
}

.newscomment .commentcontent .commenttime
{
    font-weight: bold;
    line-height: 20px;
    padding: 3px;
    background: #e3f3f3;
}

.newscomment .commentcontent .commenttime .statvalue
{
    font-weight: normal;
}

.newscomment .commentcontent .commenttitle
{
    padding: 3px;
    font-weight: bold;
}

.newscomment .commentcontent .commentbody
{
    padding: 3px;
}

.blog
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.blog .page-title
{
}

.blog .blogposts .post .blogdate
{
    color: #9a9a9a;
    font-style: italic;
}

.blog .blogposts .post a.blogtitle
{
    color: #444;
    text-decoration: none;
}

.blog .blogposts .post a.blogtitle:Hover
{
    text-decoration: underline;
}

.blog .blogposts
{
    margin: 0px 5px 0 5px;
    padding: 0px 0 0 0;
}

.blog .blogposts .post
{
    border-bottom: dashed 1px #9a9a9a;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.blog .blogposts .blogbody, .blog .blogposts .tags
{
    margin-top: 10px;
    margin-bottom: 10px;
}

.blog .blogposts .blogbody a, .blog .blogposts .tags a
{
    color: #ff9933;
    text-decoration: underline;
}

.blog .blogposts .blogdetails
{
    font-weight: bold;
    text-decoration: none;
    color: #ff9933;
    background-color: inherit;
}

.blogpost
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.blogpost .page-title
{
    border-bottom: 0 none;
}

.blogpost .postdate
{
    color: #9a9a9a;
    font-style: italic;
}

.blogpost .postbody, .blogpost .tags
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
}

.blogpost .postbody a, .blogpost .tags a
{
    color: #ff9933;
    text-decoration: underline;
}

.blogcomments
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.blogcomments .title
{
    padding: 10px 10px 10px 0px;
    font-weight: bold;
    text-transform: uppercase;
    color: #3a3a3a;
}

.blogcomments .newcomment
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
}


.blogcomments .newcomment td.leavetitle
{
    padding: 0px 10px 10px 0px;
    font-weight: bold;
    color: #3a3a3a;
}

.blogcomments .newcomment td.button
{
    text-align: right;
}

.blogcomments .commentlist
{
    border-top: solid 1px #6a6a6a;
    margin-top: 10px;
    background: url('images/cart-footer-bg.gif') repeat-x bottom;
}

.blogcomment
{
    border-bottom: solid 1px #E3E3E3;
}

.blogcomment .commentinfo
{
    width: 170px;
    float: left;
    padding: 5px;
    height: 100%;
    border-right: solid 1px #F3F3F3;
}

.blogcomment .commentinfo .userinfo
{
    padding-top: 5px;
}

.blogcomment .commentinfo .userinfo a.username
{
    font-weight: bold;
    margin-bottom: 5px;
}

.blogcomment .commentinfo .userinfo span.username
{
    font-weight: bold;
    margin-bottom: 5px;
}

.blogcomment .commentinfo .userinfo .avatar
{
    margin: 5px 0 5px 0;
}

.blogcomment .commentinfo .userinfo .avatar .avatar-img
{
    border: solid 2px #CEDBE1 !important;
}

.blogcomment .commentinfo .userinfo .userstats
{
    text-align: left;
    font-weight: bold;
    color: #555;
}

.blogcomment .commentinfo .userinfo .userstats .statvalue
{
    font-weight: normal;
}

.blogcomment .commentcontent
{
    margin-left: 180px;
    border-left: solid 1px #F3F3F3;
}

.blogcomment .commentcontent .commenttime
{
    font-weight: bold;
    line-height: 20px;
    padding: 3px;
    background: #e3f3f3;
}

.blogcomment .commentcontent .commenttime .statvalue
{
    font-weight: normal;
}

.blogcomment .commentcontent .commentbody
{
    padding: 3px;
}

.todays-poll-box
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.todays-poll-box .title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    text-transform: uppercase;
    clear: both;
}

.todays-poll-box .todays-poll-box-block
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    color: #555;
    background-color: inherit;
}

.todays-poll-box .poll-item
{
    float: left;
    text-align: left;
    vertical-align: top;
    padding: 10px;
}

.block-poll .poll-item
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    background-color: inherit;
    text-align: left;
    vertical-align: top;
}

.poll-item label
{
    margin: 0px 0px 0px 5px;
}

.poll-take-poll, .poll-results
{
    border: dashed 1px #666;
    padding: 5px;
    margin-top: 10px;
}

.poll-display-text
{
    font-weight: bold;
}

.poll-total-votes
{
    font-style: italic;
}

.emailafriend-box
{
    margin-bottom: 15px;
    padding: 0px;
}

.emailafriend-box .page-title
{
    border-bottom: 0 none;
}

.emailafriend-box .send-email
{
    border: 1px solid #d7d7d7;
    margin-top: 10px;
    padding: 0 0 10px 10px;
}

.emailafriend-box .send-email .product
{
    font-weight: bold;
}

.emailafriend-box .send-email .description
{
    font-style: italic;
}

.emailafriend-box .send-email .confirm
{
    font-weight: bold;
}

.rating-star
{
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filled-rating-star
{
    background-image: url(Images/FilledStar.png);
}

.empty-rating-star
{
    background-image: url(Images/EmptyStar.png);
}

.saved-rating-star
{
    background-image: url(Images/SavedStar.png);
}

.recently-added-products
{
    margin-bottom: 15px;
    padding: 0px;
}

.recently-added-products .page-title
{
}

.recently-viewed-products
{
    margin-bottom: 15px;
    padding: 0px;
}

.recently-viewed-products .page-title
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CUSTOMER ACCOUNT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.account-page
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.account-page .page-title
{
    border-bottom: 0 none;
}

.account-page .body
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    color: #555;
}

.customer-info-box
{
    margin: 0px 0 0 0;
    padding: 5px 5px 5px 5px;
    color: #555;
}

.customer-info-box .section-title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}

.customer-info-box .section-body
{
    text-align: left;
    padding: 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}

.customer-info-box .button
{
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
}

.customer-addresses
{
    margin: 0px 0 0 0;
    padding: 5px 5px 5px 5px;
    color: #555;
    background-color: inherit;
}

.customer-addresses .section-title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}

.customer-addresses .address-list
{
}

.customer-addresses .address-list .address-item
{
    text-align: left;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}

.customer-addresses .add-button
{
    margin-bottom: 5px;
    margin-top: 5px;
    float: right;
    text-align: right;
}

.customer-orders
{
    margin: 0px 0 0 0;
    padding: 5px 5px 5px 5px;
    color: #555;
    background-color: inherit;
}

.customer-orders .recurring-payments
{
    padding: 10px 10px 5px 0px;
    width: 100%;
    clear: both;
}

.customer-orders .recurring-payments .section-title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}

.customer-orders .recurring-payments .recurring-payments-box
{
    text-align: left;
    padding: 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}

.customer-orders .order-list
{
}

.customer-orders .order-list .order-item
{
    text-align: left;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}

.customer-pass-recovery
{
    padding: 5px 5px 5px 5px;
    color: #555;
    background-color: inherit;
}

.customer-rewardpoints
{
    margin: 0px 0 0 0;
    padding: 5px 5px 5px 5px;
    color: #555;
    background-color: inherit;
}

.customer-rewardpoints .section-title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}

.customer-rewardpoints .reward-points-overview
{
    padding: 10px 10px 5px 0px;
    width: 100%;
}

.customer-rewardpoints .reward-points-history
{
    padding: 10px 10px 5px 0px;
    text-align: left;
    padding: 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	SLIM BOX (PRODUCT IMAGES)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#lbOverlay
{
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    cursor: pointer;
}

#lbCenter, #lbBottomContainer
{
    position: absolute;
    z-index: 9999;
    overflow: hidden;
    background-color: #fff;
}

.lbLoading
{
    background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage
{
    position: absolute;
    left: 0;
    top: 0;
    border: 10px solid #fff;
    background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink
{
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    outline: none;
}

#lbPrevLink
{
    left: 0;
}

#lbPrevLink:hover
{
    background: transparent url(images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink
{
    right: 0;
}

#lbNextLink:hover
{
    background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom
{
    color: #666;
    line-height: 1.4em;
    text-align: left;
    border: 10px solid #fff;
    border-top-style: none;
}

#lbCloseLink
{
    display: block;
    float: right;
    width: 66px;
    height: 22px;
    background: transparent url(images/closelabel.gif) no-repeat center;
    margin: 5px 0;
    outline: none;
}

#lbCaption, #lbNumber
{
    margin-right: 71px;
}

#lbCaption
{
    font-weight: bold;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRIVATE MESSAGES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.sendpmbox
{
    background-color: #EEEEEE;
    border: 1px solid #A0A0A0;
    color: #555555;
    display: block;
    float: left;
    font-family: Arial;
    font-weight: bold;
    margin: 2px 0 2px 2px;
    padding: 2px 2px 2px 2px;
    text-decoration: none;
    text-transform: uppercase;
}

.sendpmbox .pmlinkbutton
{
    line-height: 14px;
    padding: 2px 6px 2px 18px;
    background: url('images/ico-pm.png') no-repeat;
}

.privatemessagesend
{
    background: url('images/pm-footer-bg.gif') repeat-x bottom;
}

.privatemessagesend .title
{
    background: url('images/pm-header-bg.gif') repeat-x 50%;
    color: #FFF;
    border: solid 1px #6a6a6a;
    height: 28px;
    line-height: 28px;
    font-weight: bold;
    padding-left: 3px;
}

.privatemessagesend .wrapper
{
    padding: 5px 5px 5px 5px;
}

.privatemessagesend table.postmessage
{
    width: 100%;
    vertical-align: middle;
    border-collapse: collapse;
}

.privatemessagesend table.postmessage td
{
    padding: 4px 4px 4px 4px;
}

.privatemessagesend table.postmessage td.fieldname
{
    font-weight: bold;
    width: 20%;
    color: #555;
}

.privatemessagesend table.postmessage td.options
{
    text-align: right;
}



.privatemessageview
{
    background: url('images/pm-footer-bg.gif') repeat-x bottom;
}

.privatemessageview .title
{
    background: url('images/pm-header-bg.gif') repeat-x 50%;
    color: #FFF;
    border: solid 1px #6a6a6a;
    height: 28px;
    line-height: 28px;
    font-weight: bold;
    padding-left: 3px;
}

.privatemessageview .wrapper
{
    padding: 5px 5px 5px 5px;
}

.privatemessageview table.viewmessage
{
    width: 100%;
    vertical-align: middle;
    border-collapse: collapse;
}

.privatemessageview table.viewmessage td
{
    padding: 4px 4px 4px 4px;
}

.privatemessageview table.viewmessage td.fieldname
{
    font-weight: bold;
    width: 20%;
    color: #555;
}

.privatemessageview table.viewmessage a
{
    color: #ff9933;
    text-decoration: underline;
}

.privatemessageview table.viewmessage td.options
{
    text-align: right;
}

.private-messages-page
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.private-messages-page .page-title
{
    border-bottom: 0 none;
}

.private-messages-page .body
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    color: #555;
}

.private-messages-box
{
    margin: 0px 0 0 0;
    padding: 5px 5px 5px 5px;
    color: #555;
}

.private-messages-box .section-body
{
    text-align: left;
    padding: 10px;
    height: auto;
}

.private-messages-box .button
{
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: left;
}


.pmgridtablestyle
{
    font-family: arial;
    border: 1px solid #808080;
    background-color: #FFFFFF;
    margin-left: 0px;
    width: 100%;
}

.pmgridtablestyle td a
{
    text-decoration: none;
}

.pmgridaltrowstyle
{
    background-color: #F4FAFF;
}

.pmgridheaderstyle th
{
    background: url('images/grid-bg.gif') repeat-x 50%;
    color: #fff;
    padding: 5px 10px 5px 10px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    border: solid 1px #676767;
}

.pmgridrowstyle td, .pmgridaltrowstyle td
{
    padding: 4px 10px 4px 10px;
    border-right: solid 1px #A0C0E7;
    border-right-color: #808080;
}

.pmgridpagerstyle, .latestpostsgridpagerstyle
{
    height: 28px;
    background: url(Images/grid_header_back.png) repeat-x;
    background: #EEEEEE;
    vertical-align: middle;
}













/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PROFILE PAGE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.profile-page
{
}

.profile-page .title
{
    background: url('images/forum-header-bg.gif') repeat-x 50%;
    color: #FFF;
    border: solid 1px #6a6a6a;
    height: 28px;
    line-height: 28px;
    font-weight: bold;
    padding-left: 3px;
}

.profile-page .body
{
    margin-top: 15px;
}

.profile-page .body .profileInfoBox
{
    background: url('images/forum-footer-bg.gif') repeat-x bottom;
    margin-bottom: 15px;
}

.profile-page .body .profileInfoBox .title
{
}

.profile-page .body .profileInfoBox .profileStat
{
    font-weight: bold;
    padding: 2px;
}

.profile-page .body .profileInfoBox .profileStat .profileStatValue
{
    font-weight: normal;
    color: #555;
}

.profile-page .body .profileInfoBox .userDetails
{
    width: 180px;
    float: left;
    padding: 10px;
    height: 100%;
    border-right: solid 1px #F3F3F3;
    text-align: center;
}

.profile-page .body .profileInfoBox .userDetails .avatar
{
    margin-bottom: 5px;
}

.profile-page .body .profileInfoBox .userDetails .avatar .avatar-img
{
    border: solid 2px #CEDBE1 !important;
}

.profile-page .body .profileInfoBox .userStats
{
    margin-left: 200px;
    border-left: solid 1px #F3F3F3;
    padding: 10px;
}

.profile-page .body .profileInfoBox .userStats .section-title
{
    text-transform: uppercase;
    margin-bottom: 10px;
}

.profile-page .body .userLastPosts
{
}

.profile-page .body .userLastPosts .topic
{
    border: solid 1px #F3F3F3;
    margin-bottom: 10px;
}

.profile-page .body .userLastPosts .topicTitle
{
    font-weight: bold;
    line-height: 20px;
    background: #e3f3f3;
    padding: 3px;
}

.profile-page .body .userLastPosts .topicBody
{
    padding: 10px;
}

.profile-page .body .userLastPosts .topicBody a
{
      text-decoration: underline;
}

.profile-page .body .userLastPosts .topicBody .quote
{
    padding: 5px 5px 5px 5px;
    border: dashed 1px black;
    background-color: #ffffff;
}

.profile-page .body .userLastPosts .topicData
{
    background: #f3f3f3;
    padding: 3px;
    color: #555;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	BB CODE EDITOR

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.toolbar
{
    padding: 2px;
    display: inline;
}

.toolbar .button
{
    background: url('images/bbeditor-button-bg.gif') repeat-x;
    padding: 2px;
    margin-right: 2px;
    border: #cec6b5 1px solid;
}

.toolbar .button:hover
{
    border: #333 1px solid;
}




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	ACTIVE DISCUSSIONS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.activediscussionspage
{
}

.activediscussions .activediscussionstitle
{
    padding-bottom: 5px;
    font-weight: bold;
}

.activediscussions .activediscussionstitle .viewall
{
    float: right;
    text-align: right;
}

.activediscussions .topicsgroup
{
    background: url('images/forum-footer-bg.gif') repeat-x bottom;
}

.activediscussions table.topics
{
    width: 100%;
    border-collapse: collapse;
    vertical-align: middle;
    text-align: center;
}

.activediscussions table.topics td
{
    padding: 3px 0 3px 0;
}

.activediscussions table.topics tr.activediscussionsheader
{
    font-weight: bold;
}

.activediscussions table.topics tr.activediscussionsheader td
{
    background: url('images/forum-header-bg.gif') repeat-x 50%;
    color: #FFF;
    border-right: solid 1px #6a6a6a;
    height: 20px;
}

.activediscussions table.topics tr.activediscussionsheader td.topicname
{
    width: 55%;
    text-align: left;
    padding-left: 3px;
}

.activediscussions table.topics tr.activediscussionsheader td.replies
{
    width: 10%;
}

.activediscussions table.topics tr.activediscussionsheader td.views
{
    width: 10%;
}

.activediscussions table.topics tr.activediscussionsheader td.lastpost
{
    width: 25%;
}

.activediscussions table.topics tr.topic td
{
    border-bottom: 1px solid #c5c5c5;
    vertical-align: middle;
    padding-left: 3px;
}

.activediscussions table.topics tr.topic td.topicname
{
    text-align: left;
    width: 55%;
}

.activediscussions table.topics tr.topic td.topicname .topictitle
{
    font-weight: bold;
    line-height: 18px;
}

.activediscussions table.topics tr.topic td.topicname .topicstarter
{
    color: #555;
}

.activediscussions table.topics tr.topic td.lastpost
{
    color: #555;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	BBCODES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

pre
{
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.csharpcode, .csharpcode pre
{
    font-size: small;
    color: black;
    font-family: Consolas, "Courier New" , Courier, Monospace;
    background-color: #ffffff;
}

.csharpcode pre
{
    margin: 0em;
}

.csharpcode .rem
{
    color: #008000;
}

.csharpcode .kwrd
{
    color: #0000ff;
}

.csharpcode .str
{
    color: #006080;
}

.csharpcode .op
{
    color: #0000c0;
}

.csharpcode .preproc
{
    color: #cc6633;
}

.csharpcode .asp
{
    background-color: #ffff00;
}

.csharpcode .html
{
    color: #800000;
}

.csharpcode .attr
{
    color: #ff0000;
}

.csharpcode .alt
{
    background-color: #f4f4f4;
    width: 100%;
    margin: 0em;
}

.csharpcode .lnum
{
    color: #606060;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	AJAX CONTROL TOOLKIT - TAB CONTROL CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.orange
{
    font-family: arial,helvetica;
}

.orange .ajax__tab_body
{
    border: 1px solid #333;
    border-top: none;
    background-color: #ffffff;
    padding: 10px 10px 10px 10px;
}

.orange .ajax__tab_header
{
    background-color: #333;
    border: solid 2px #333;
    border-bottom: none;
    padding: 2px 2px 4px 2px;
}

.orange .ajax__tab_tab
{
    color: #FFF;
    font-weight: bold;
    text-align: center;
    border: solid 1px #FFF;
    padding: 5px;
    background: #404040;
}

.orange .ajax__tab_active .ajax__tab_tab, .orange .ajax__tab_hover .ajax__tab_tab
{
       border: solid 1px #ff9933;
}

/* GREY THEME */

.grey .ajax__tab_header
{
    font-family: "Helvetica Neue" , Arial, Sans-Serif;
    background: url(images/tab-line.png) repeat-x bottom;
    display: block;
}

.grey .ajax__tab_header .ajax__tab_outer
{
    background: url(images/tab.png) no-repeat left top;
    border-color: #222;
    color: #222;
    padding-left: 10px;
    margin-right: 3px;
}

.grey .ajax__tab_header .ajax__tab_inner
{
    background: url(images/tab.png) no-repeat right top;
    border-color: #666;
    color: #666;
    padding: 3px 10px 2px 0px;
}

.grey .ajax__tab_hover .ajax__tab_inner
{
    color: #000;
}

.grey .ajax__tab_active .ajax__tab_outer
{
    background: url(images/tab.png) no-repeat 0pt -40px;
    border-bottom-color: #ffffff;
}

.grey .ajax__tab_active .ajax__tab_inner
{
    background: url(images/tab.png) no-repeat right -40px;
    color: #000;
    border-color: #333;
}

.grey .ajax__tab_body
{
    font-family: arial,helvetica;
    background-color: #fff;
    border: solid 1px #d7d7d7;
    border-top-width: 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Logo slider

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.placid_slider_fouc .placid_slider {display: none;} /* Keep this as it is*/
.placid_slider div,.placid_slider p,.placid_slider li,.placid_slider span,.placid_slider img,.placid_slider h2,.placid_slider ul{list-style:none;vertical-align:baseline;}
.placid_slider{overflow:hidden;margin: 0 0 0 0;line-height:18px;position:relative}
.placid_slider .placid_slider_instance { margin: 0 auto; padding: 0; clear: left; }
.placid_slider span{display:inline;}
.placid_slider a{border:none;text-decoration:none !important;}
.placid_slider a:hover{text-decoration:underline !important;}
.placid_slider img{padding:0; border: none;}
.placid_slider .placid_slider_thumbnail{max-width:100%;}
.placid_slider h2{clear:none;display:block;padding:0px;border:none;text-shadow:none}
.placid_slider div.placid_slideri{padding:0px}
/* Container DIV - automatically generated */
.placid_slider .simply-scroll-container { position: relative;height:100%;}
/* Clip DIV - automatically generated */
.placid_slider .simply-scroll-clip { position: relative;overflow: hidden;z-index: 2;height:100%;}
/* Slider element Class name automatically added to element */
.placid_slider .simply-scroll-list { position: absolute;top: 0;left: 0;z-index: 1;overflow: hidden;	margin: 0;	padding: 0;	list-style: none;height:inherit;}
/* Container DIV */
.placid_slider_instance { width: 100%;height: 100%;}
.placid_slider_instance .simply-scroll-clip {width: 100%;height: 100%;}
.placid_slider_instance .placid_slideri {float: left; }
.placid_slider_instance .placid_text{position:absolute;bottom:0;background:url(bg.png) repeat top left;padding:10px 10px 5px 10px;}

.menu_list {margin: 0px 0px 4px 0px; }
.menu_list a {background: url(images/menu.gif) repeat-x bottom #f6f5f5; width: 100%; margin: 1px;padding: 5px 4px;display:block;}
.menu_list a:hover {background: url(images/menuh.gif) repeat-x bottom #dddcdc;}
.menu_list a.active {background: url(images/menuh.gif) repeat-x bottom #dddcdc;}
.menu_list .logo {background: url(images/logobig.png) no-repeat; width: 130px; height: 130px; margin: 20px 0px 0px 25px; }

.emptybg {background: url(images/header_bg.png) repeat-x repeat-y #E8F2F3; height: 400px; width: 100%; }

            
.currencies { margin-top: 20px; text-align: center; }
.currencies span {  }
.currencies table { background: url(http://www.forexpf.ru/img/eurusd.gif) no-repeat; height: 45px; width: 184px; font-size: 11px; color: #000; }
.currencies td { text-align: left; height: 15px; padding-left: 3px; }



/*---------------------------------------
	LEAN MODAL
-----------------------------------------*/

#lean_overlay {
    position: fixed;
    z-index: 10000;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}


/*---------------------------------------
	EXAMPLES
-----------------------------------------*/

.reqform 
{
    width: 404px;
    padding-bottom: 2px;
    display:none;
    background: #FFF;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.7); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);       
}

.reqform-header { background: url(images/hd-bg.png); padding: 18px 18px 14px 18px; border-bottom: 1px solid #CCC; border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-right-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; }

.reqform-header  span { color: #444; font-size: 15px; font-weight: 700; margin-bottom: 3px; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); }

.reqform .txt-fld { position: relative; width: 384px; padding: 10px; border-bottom: 1px solid #EEE; text-align: right; }
.reqform .btn-fld { width: 254px; overflow: hidden; padding: 12px 20px 12px 130px; }

.reqform .txt-fld label { display: block; float: left; width: 160px; padding-top: 8px; color: #222; font-size: 15px; text-align: left;  }
.reqform .txt-fld input { width: 200px; padding: 8px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; font-size: 14px; color: #222; outline: none; border-top: 1px solid #CCC; border-left: 1px solid #CCC; border-right: 1px solid #E7E6E6; border-bottom: 1px solid #E7E6E6; }
.reqform .txt-fld input.good_input {  }
.reqform .txt-fld input.error_input { background: #FDE0E0; }

p.error { position: absolute; bottom: 48px; right: 20px; width: 262px; color: #FFF; font-size: 1.1em; padding-bottom: 5px; background: url(images/error-arw.png) 20px bottom no-repeat; text-align: left; margin: 0; text-shadow: none; }
p.error span { display: inline-block; background: #D43636; padding: 6px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;  }

.modal_close { position: absolute; top: 12px; right: 12px; display: block; width: 14px; height: 14px; background: url(images/modal_close.png); z-index: 2; }

.reqform .btn-fld .ibutton
{
    width: 100%;
    height: 32px;
    font-size: 16px;
    text-align: center;
}

.process {display: block; height: 64px; width: 64px; position: absolute; right: 170px; top: 140px; z-index: 2; background: url(images/progress.gif) no-repeat; visibility: hidden; }
