html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
}

html, body{
	height: 100%;
}

body{
	background: #51282c url(images/bg_body.png) top repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}

.tag_products {
padding-left: 0px;
}

h5{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 1em;
	font-weight: normal;
	border-bottom: 1px dashed #a89395;
	padding: 10px;
	margin: 0;
	color: #50272b;
	height: 60px;
}

div#wrap{
	font-size: .85em;
	text-align: left;
	width: 800px;
	background: url(images/bg_wrap.png) repeat-y;
	margin: 0 auto;
	padding-top: 18px;
	padding-bottom: 15px;
}

div#header{
	background: #f599b2 url(images/bg_header.png) no-repeat right;
	height: 112px;
	padding-left: 24px;
	width: 776px;
	overflow: hidden;
}

div#header h1{
	float: left;
	margin: 0;
	padding: 0;
	height: 112px;
}

a img{
	border: none;
}

div#sidebar{
	width: 132px;
	float: left;
	margin-left: 0px;
	text-align: right;
}

div#sidebar h3{
	color: #51282c;
	font-size: 1em;
	margin-bottom: 5px;
}

div#sidebar a{
	text-decoration: none;
	color: #51282c;
}

div#sidebar a:hover{
	text-decoration: underline;
}

div#sidebar select{
	width: 120px;
}

/*div#sidebar input, #sidebar select, #sidebar option{
	color: #FFF;
	background-color: #c6b8b9;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 11px; 
}*/

div#minicart{
	border: 1px solid #FFF;
	text-align: left;
}

div#minicart ul{
	padding: 3px;
	margin: 0;
	list-style-type: none;
}

div#minicart li.price{
	text-align: right;
}

div#minicart li.view{
	text-align: center;
	padding: 7px 0 3px 0;
}

div#minicart li.view a{
	display: inline;
	background-color: #50272b;
	color: #f599b2;
	padding: 2px 5px;
}

div#minicart li.view a:hover{
	text-decoration: none;
	background-color: #7e484d;
}

div#home{
	width: 414px;
	float: left;
}

div#products{
	width: auto;
}

p#intro{
	padding: 4px 0 6px 10px;
	margin: 0;
	color: #50272b;
}

h2{
	padding: 10px;
	margin: 0;
	border-top: 1px dashed #a89395;
	border-right: 1px dashed #a89395;
	color: #c1b2b3;
}

div.dialog p{
	padding: 0;
	margin: 0;
}

div.dialog div{
	padding-left: 0px;
}

div#home div.product{
	height: 142px;
}

div#home div.product img{
	margin-left: 10px;
}

div.product{
	float: left;
	height: 150px;
	width: 207px;
	border-bottom: 1px dashed #a89395;
	border-right: 1px dashed #a89395;
	background: url(images/button_info.png) no-repeat bottom right;
	cursor: pointer;
}

div.product:hover{
	background: url(images/button_info_alt.png) no-repeat bottom right;
}

div#products div.product{
	width: 207px;
	border-top: none;
	border-bottom: 1px dashed #a89395;
	color: #50272b;
}

div#products div.alt{
	border-right: none;
}

div.product h4{
	font-weight: bold;
	margin: 4px 6px;
	padding: 0;
}

div.product p{
	/*display: block;
	float: right;
	width: 70px;
	margin: 0 30px 0 0;*/
	padding: 0;
	
}

div#products div.product img{
	float: left;
}

div#products p#intro{
	border-bottom: 1px dashed #a89395;
}

div#content{
	margin-left: 0px;
	margin-right: 0px;
	width: 625;
}

div#bestseller{
	float: left;
	width: 208px;
	margin-top: 0px;
	background-color: #f599b2;
}

div#bestseller h2{
	background-color: #50272b;
	color: #FFF;
	padding: 10px;
	margin: 0;
}

div#bestseller h2 span{
	color: #f599b2;
}

div#bestseller ul{
	margin: 0;
	padding:0;
	list-style-type: none;
	border-bottom: 1px dashed #a89395;
}

div#bestseller li{
	border-top: 1px dashed #a89395;
	height: 95px;
	background: url(images/bg_bestseller.png) no-repeat;
}

div#bestseller li a img{
	float: right;
	margin-top: 60px;
}

div#bestseller li a.thumb img{
	float: left;
	margin: 8px 0 0 30px;
}

div#bestseller li.alt{
	height: auto;
	background: none;
}

div#bestseller li.alt img{
	margin: 0;
	float: none;
}

div#twb{
	float: left;
	width: 211px;
}

ul#bottommenu{
	border-top: 1px dashed #a89395;
	clear: both;
	float: left;
	/*width: 413px;*/
	width: 622px; 
	padding: 0;
	margin: 0;
	list-style-type: none;
}

ul#bottommenu3 {
	border-top: 1px dashed #a89395;
	clear: both;
	float: left;
	/*width: 413px;*/
	width: 622px; 
	padding: 0;
	margin-top: 20px;
	list-style-type: none;
}

ul#bottommenu li, ul#bottommenu3 li {
	display: block;
	float: left;
}

ul#bottommenu li a, ul#bottommenu3 li a{
	float: left;
	padding: 10px 15px;
	border: 1px dashed #FFF;
	border-top: none;
	color: #a89395;
	text-decoration: none;
}

li.twitter {
	width:125px;
	height:32px;
	overflow:hidden;
}
ul#bottommenu li.twitter a, ul#bottommenu3 li.twitter a{
	background: url("images/twitter.png") no-repeat 0 3px ;
	display:block;
	width:125px;
	height:32px;
}

ul#bottommenu li.twitter a:hover, ul#bottommenu3 li.twitter a:hover{
	background: url("images/twitter_hover.png") no-repeat 0 3px;
}


ul#bottommenu li a:hover, ul#bottommenu3 li a:hover{
	background: #c6b8b9 url(images/bg_bottommenu.png) repeat-x;
	color: #FFF;
}

div#path{
	border-bottom: 1px dashed #a89395;
	text-transform: lowercase;
	height: 40px;
}

div#path:after{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;	
}

div#path p{
	font-weight: bold;
	color: #51282c;
	line-height: 34px;
	padding-left: 10px;
	margin: 0;
	display: block;
	float: left;
}

div#path a{
	color: #a89395;
	text-decoration: none;
}

div#featureddesc{
	color: #50272b;
	padding: 10px;
	border-top: 0px dashed #a89395;
	/*border-right: 1px dashed #a89395;*/
	float: left;
	width: 393px;
}

div#featureddesc h2{
	padding: 0 0 5px 0;
	border: none;
	margin: 0;
	color: #c1b2b3;
}

div.pager{
	float: right;
	line-height: 34px;
	margin-right: 10px;
}

div.pager a{
	font-weight: normal;
	color: #a89395;
	text-decoration: none;
	margin: 0 5px;
}

div.pager span{
	margin: 0 5px;
}

div.pager a:hover, div.pager, div#path a:hover{
	color: #51282c;
}

div.productdetailed #desc{
	width: 270px;
	float: right;
}

div.productdetailed #desc ul{
	color: #51282c;
}

div.productdetailed h4{
	color: #bd7689;
}

div.productdetailed #product_thumbnail{
	/*float: left;*/
	margin-left: 12px;
	position: relative;
}

div.productdetailed table#details{
	border-collapse: collapse;
	width: 100%;
}

div.productdetailed table#details td{
	background-color: #faccd8;
	color: #51282c;
	padding: 3px;
	border-bottom: 1px solid #FFF;
}

h2#price{
	border-right: none;
	border-top: 1px dashed #a89395;
	border-left: 1px dashed #a89395;
	margin-top: 10px;
	color: #51282c;
}

div#buttons{
	background-color: #51282c;
	border: 1px dashed #FFF;
	border-left: none;
}

div#buttons img{
	border-left: 1px dashed #FFF;
}

div#productimgs{
	clear: both;
	border-top: 1px dashed #a89395;
	border-bottom: 1px dashed #a89395;
	width: 355px;
	text-align: center;
	position: relative;
	top: -50px;
	background-color: #FFF;
}

div#productimgs img{
	height: 46px;
}

h2.dialog{
	border-right: none;
	padding: 10px;
}

div.dialog{
	color: #51282c;
	padding: 0px;
}

div#products p{
	margin: 10px;
	color: #51282c;
}

div#desc p{
	margin-left: 0;
}

a{
	color: #530609;
	text-decoration: none;
}

a:hover{
	color: #222;
}

hr{
	border: 0;
	color: #fff;
	background-color: #fff;
	border-top: 1px dashed #a89395;
	height: 1px;
}

.RegSectionTitle{
	font-weight: bold;
}

.ProductTitle{
	font-weight: bold;
	color: #bd7689;
}

td.ButtonsRow{
	padding: 10px;
}

.ButtonTable{
	margin: 10px;
	background-color: #50272b;
}

.ButtonTable td{
	padding: 3px 5px;
}

.ButtonTable a{
	color: #FFF;
}

.ButtonTable img{
	display: none;
}

font.Button{
	color: #FFF;
	cursor: pointer;
}

a.button{
	display: inline;
	background-color: #50272b;
	color: #fff;
	padding: 5px 8px;
	text-decoration: none;
	margin: 10px;
}

a.button:hover{
	background-color: #7e484d;
}

tr.TableHead td, tr.TableHead th{
	background-color: #CCC;
}

table.DialogInfo{
	border: 1px solid #f8f0a5;  
	background-color: #fcffd4 
}

table.DialogInfo td{
	padding: 7px;
}

.menu1{
	 border-top: none !important;
}

div#banners{
	margin: 0;
    padding: 0;
}

.searchbar {
	margin:0;
	padding:0 0 0 6px;
	margin-right: 18px !important;
	margin-top: 6px !important;
	/*/*ie7*/*/
	margin-right: 15px !important;
	margin-right: 15px;
	margin-top: 2px;
	text-align: left;
}


#bottomDIV {
width: 625px;
float: left;
height: 35px;
margin: 20px 0px 0px 174px;

}
.waggle {
width: 101px; 
height: 44px; 
left: -127px;
background: url("images/waggle_logo.png") no-repeat;
position: absolute;
clear: both;
}

/* Tag Cloud module */

.tagcloud {
width: 625px;
float: left;
margin: 20px 0px 0px 174px;
	text-align: center;
}

.cloud_1 {
	font-size: 26px;
	line-height: 28px;
}
.cloud_2 {
	font-size: 22px;
	line-height: 24px;
}
.cloud_3 {
	font-size: 20px;
	line-height: 22px;
}
.cloud_4 {
	font-size: 18px;
	line-height: 20px;
}
.cloud_5 {
	font-size: 16px;
	line-height: 18px;
}
.cloud_6 {
	font-size: 14px;
	line-height: 16px;
}


.cattag-page {
    width: 656px;
    margin: 0 auto;
    text-align: center;
}

ul.cattag-list {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.cattag-list li {
    border: 1px solid #e0e0e0;
    float: left;
    display: inline;
    width: 186px;
    margin: 0 10px 10px 0;
    padding-left: 0;
    text-align: center;
}

ul.cattag-list li.productlist-first-in-row {
    clear: both;
}

ul.cattag-list li.productlist-last-in-row {
    margin-right: 0;
}

ol#tag_manufacturers {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

li.man-with-img {
	margin-bottom: 15px;
}

li.man-with-img .man-content {


}

ol#tag_sp{
	list-style-type: none;
	margin-left: 0;
    padding-left: 0;
}

li.sp-content {

}

.see-more-url{
}

/* end Tag Cloud module */

.addthis{
clear:both;
/* padding:10px 5px 20px 0; */
padding-right: 5px;
float:right;
position:relative;
}

.leftc {
float: left;
width: 416px;
margin-top: 28px;
}
.rightc {
float: left;
width: 207px;
}

.welcomemessage {
width: 627px;
margin: 0px 0px 20px 0px;
}

.leftcol {
float: left;
width: 132px;
margin-left: 24px;
padding: 9px;
}

.rightcol {
float: left;
width: 625px;
}

.clear {
clear: both;
}

.firstp {
	border-left: 1px dashed #a89395;
}

#information li {
list-style-type: none;
margin-left: 10px;
}
