/* body */

body {
	margin: 0; padding: 0;
	font: 75%/1.3em 'Trebuchet MS', Tahoma, Verdana, Sans-serif;
	color: #444;
	background: #FFF;
	text-align: center; 
}

/* elements */

#wrap {
	margin: 0 auto; 
	padding: 0; 
	width: 980px;
	text-align: left;
}

#header { 
	position: relative;
	height: 92px; 
	margin: 0; padding: 0;
	color: #808080; 		
}

#header #logo {
	position: absolute;
	margin: 0; padding:0;
	border: none;
}

#header #navig-menu {
	position: absolute;
	top: 50px; right: 0px;
	border: none;
}

#menu {
	clear: both;
	background: #D70B69;
	height: 25px;
	margin: 0;
	font: bolder 1.2em/25px Tahoma, Verdana, Arial, Sans-Serif;		
}

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

#menu ul li {
	float: left;
	list-style: none;		
	border-right: 1px solid #8E235E;
}

#menu ul li a {
	display: block;
	text-decoration: none;	
	padding: 0 15px;
	color: #FFF;	
}

#menu ul li a:hover {
  	color: #FFF;	
 	background: #8E235E;
}

#menu ul li#current a {
  	color: #FFF;	
 	background: #8E235E;
}

#sidebar {
	float: left;
	width: 17%; 
	margin: 0;	padding: 0; 
	display: inline;
}

#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-size: 110%;
}

#sidebar ul.sidemenu li {
	border-bottom: 1px solid #CCC;
	padding: 5px 0px 5px 0px;
}

#sidebar ul.sidemenu li { 
	height: 1%;
}

#sidebar ul.sidemenu li a {
	font-weight: bolder;
	background-image: none;
	text-decoration: none;	
}

#sidebar ul.sidemenu li#current a {
  	color: #FFF;	
 	background: #8E235E;
}

#sidebar ul.sidemenu-main {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-size: 130%;
}

#sidebar ul.sidemenu-main li {
	border-bottom: 1px solid #CCC;
	padding: 8px 0px 9px 0px;
}

#sidebar ul.sidemenu-main li { 
	height: 1%;
}

#sidebar ul.sidemenu-main li a {
	font-weight: bolder;
	background-image: none;
	text-decoration: none;	
}

#sidebar ul.sidemenu-advantages {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 7px 0 0 0;
	text-decoration: none;	
}

#sidebar ul.sidemenu-advantages li {
	border-bottom: 1px solid #CCC;
}

#sidebar ul.sidemenu-advantages li { 
	height: 1%;
}

#sidebar ul.sidemenu-advantages li a {
	font-weight: bolder;
	background-image: none;
	text-decoration: none;
	color: #8E235E;	
}

#sidebar ul.sidemenu-advantages span {
	display: block;
	font-size: 85%;
}

#sidebar ul.sidemenu-advantages li img {
    margin: 0 3px -3px 0 !important;
    padding: 0;
    border: none;
    width: 32px;
    height: 32px;
    float: left;
}

#rightbar {
    float: right;
    width: 160px;
    padding: 0;
    margin: 0; 			
}

#rightbar ul.customer-services {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 7px 0 0 0;
	text-decoration: none;	
}

#rightbar ul.customer-services li {
	//border-bottom: 1px solid #CCC;
}

#rightbar ul.customer-services li { 
	height: 1%;
}

#rightbar ul.customer-services li a {
	font-weight: bolder;
	background-image: none;
	text-decoration: none;
	color: #8E235E;	
}

#rightbar ul.customer-services span {
	display: block;
	font-size: 85%;
}

#rightbar ul.customer-services li img {
    margin: 0 3px -3px 0 !important;
    padding: 0;
    border: none;
    width: 32px;
    height: 32px;
    float: left;
}


#main {
	float: left;
	width: 62%;	
	margin: 0 0px 25px 20px;
	padding: 0;
}

/* HTML elements */

a {
	color: #D70B69;
	background-color: inherit;
	text-decoration: none;
	font-weight:bold
}

a:hover {
	color: #8E235E;
	background-color: inherit;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Verdana, Sans-serif;
	font-weight: bold;	
}

h1 {
	font-size: 120%;
	margin: 0;
	padding: 10px 0px 5px 0px;
	color: #8E235E;
	background-color: inherit;
	border-bottom: 1px solid #CCC;
	text-align: center;
}

h2 {
	font-size: 120%;	
	padding: 10px 0px 5px 0px;
	margin: 10px 10px 10px 0;
	color: #8E235E;
}

h2.menu {
	margin : 0;
	border-bottom: 1px solid #CCC;
	text-align: left;
}

h2.price {
	margin : 0;
	padding: 0;
	text-align: left;
}

h2.price a {
	color: #8E235E;
}

h2.menu-sidebar {
	margin : 0px 0px 2px 0;
	border-bottom: 1px solid #CCC;
	text-align: center;
}

p {
	padding: 10px 0 0 0;		
	margin: 0;
}

p.breadcrumb {
	padding: 10px 0px 10px 0px;
	font-size: 90%;
}

img {
	margin: 0;
	padding: 0;	
	border: 0;
}

#sidebar h1, #sidebar p {
	padding-left: 0;
}

ul, ol {
	margin: 15px 0px;
	padding: 0 15px;
}

/* tables */

table {
	clear: both;
	width: 610px;
	margin: 10px 0 0 0;
	border-collapse: collapse;
	empty-cells: show;
}

table th.top {
	padding: 0;
	empty-cells: show;
	background-color: #D70B69;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

table th {
	height: 25px;
	padding: 0;
	border: solid 2px #fff;
	background-color: #F5F5F5;
	text-align: center;
	color: #444;
	font-weight: bold;
}

table td {
	height: 25px;
	padding: 0;
	border: solid 2px #fff;
	background-color: #F5F5F5;
	text-align: center;
	font-weight: normal;
	color: #444;
}

/* form and search elements */

form {
	margin: 10px 0 10px 0;
	padding: 5px;
	background-color: #F5F5F5;
}

form.nobg {
	margin: 5px 0 0 0;
	padding: 0;
	background-color: #FFF;
}

label {
	display: block;
	font-weight: bold;
	margin: 5px 0;
}

input.left {
	float: left;
	margin: 0 5px 0 0;
}

input {
	padding: 3px;
	border: 1px solid #DEDEDE;
}

input.noborder {
	padding: 3px;
	border: 0;
}

input.small {
	width: 130px;
	padding: 3px;
	border: 1px solid #DEDEDE;
}

textarea {
	width: 250px;
	padding: 3px;
	border: 1px solid #DEDEDE;
	display: block;
}

input.button { 
	margin: 0; 
	border: 1px solid #DEDEDE; 
	padding: 2px 3px; 
	background: #FFF;
}

form.search {
	position: absolute;
	top: 15px; right: 5px;
	border: 0;
	margin: 0;
	padding: 0;
	background-color: #FFF;
        z-index: 5;
}

form.search input { 
	width: 183px;
	border: 1px solid #DEDEDE; 
	margin: 0; 
	color: #444;
	z-index: 5;
}

form.search input.button {
	width: 30px;
}

div.search {
    position:absolute;
    border:1px solid #DEDEDE;
    margin: 0;
    padding: 0;
    background-color: #FFF;
    z-index: 5;
}

div.search ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
       
div.search ul li {
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 3px;
    cursor: pointer;
}

div.search ul li.selected { 
	color: #FFF;
    background-color: #D70B69;
}

/* buttons */

.buttons a {
    display: block;
	float: left;
    margin: 0px 7px 0px 0px;
    background-color: #F5F5F5;
    border: 1px solid #DEDEDE;
    font-size: 100%;
    line-height: 130%;
    text-decoration: none;
    font-weight: bold;
    color: #444;
    cursor: pointer;
    padding: 5px 10px 6px 7px; /* Links */
}

.buttons button {
    margin: 7px 7px 0px 0px;
    background-color: #F5F5F5;
    border: 1px solid #DEDEDE;
	font-size: 100%;
    line-height: 130%;
    text-decoration: none;
    font-weight: bold;
    color: #444;
    cursor: pointer;
}

.buttons button {
    width: auto;
    overflow: visible;
    padding: 4px 10px 3px 7px; /* IE6 */
}

.buttons button[type] {
    padding: 5px 10px 5px 7px; /* Firefox */
    line-height: 17px; /* Safari */
}

*:first-child+html button[type] {
    padding: 4px 10px 3px 7px; /* IE7 */
}

.buttons button img, .buttons a img {
    margin: 0 3px -3px 0 !important;
    padding: 0;
    border: none;
    width: 16px;
    height: 16px;
}

button:hover, .buttons a:hover {
    background-color: #D70B69;
    color: #FFF;
}

.buttons a:active {
    background-color: #8E235E;
    color: #FFF;
}

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* products */

#product #product-left {
	width: 245px;
	float: left;
}

#product #product-right {
	width: 355px;
	float: right;
}

#product p {
	padding: 0;
	margin: 0;
}

#product p.name {
	font-weight: bold;
	font-size: 150%;
	color: #D70B69;
	margin: 0 0 10px 0;
}

#product p.price {
	font-weight: bold;
	font-size: 120%;
	margin: 0 0 10px 0;
}

#product p.brand {
	font-weight: bold;
	font-size: 120%;
	margin: 0 0 10px 0;
}

#product p.buy {
	font-weight: bold;
	font-size: 100%;
}

#product p.price span.price {
	color: #D70B69;
}

#product p.price span.lineprice {
	padding: 0 0 0 5px;
	color: #777;
	text-decoration:line-through;
}

#product p.short-desc {
	font-weight: bold;
	font-size: 120%;
	margin: 0 0 5px 0;
}

#product .stock_available {
	color:#009900;
}

#product .stock_sold_out {
	color:#CC6600;
}

#product .stock_none {
	color:#CC0000;
}

#product .nocolor a {
	color: #444;
}

.productlist {
	clear: both;
	float: left;
	width: 625px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	text-align: center;
}

.productlist-elem {
	float: left;
	width: 189px;
	height: 342px;
	margin: 0px 15px 0px 0px;
	padding: 0px;
	border: 1px solid #CCC;
}

.productlist-elem h3 {
	font-size: 120%;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	height: 35px;
	border-bottom:1px solid #CCC;
}

.productlist-elem img {
	padding: 8px 0 5px 0;
}

.productlist-elem p.price {
	border-top: 1px solid #CCC;
	font-size: 100%;
	font-weight: bold;
	color: #D70B69;
	text-align: left;
	margin: 0;
	padding: 5px 0px 0px 3px;
}

.productlist-elem p.price span.price {
	color: #A83B67;
}

.productlist-elem p.price span.lineprice {
	padding: 0 0 0 5px;
	color: #777;
	text-decoration:line-through;
}

.productlist-elem p.short-description {
	font-size: 95%;
	font-weight: bold;
	color: #444;
	height: 25px;
	text-align: left;
	padding: 0px 3px 0px 3px;
	margin: 0;
}

.productmenu {
	clear: both;
	float: left;
	width: 155px;
	margin: 0 0 25px 0;
	padding: 0;
	text-align: right;
}

.productmenu-elem {
	float: left;
	width: 155px;
	height: 60px;
	margin: 0px 0px 2px 0px;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #CCC;
}

.productmenu-elem p.img {
	width: 50px;
	float: left;
	margin: 0;
	padding: 0;
}

.productmenu-elem p.name {
	width: 100px;
	height: 40px;
	font-size: 80%;
	float: right;
	margin: 0;
	padding: 0px 0px 0 0;
}

.productmenu-elem p.price {
	float: right;
	font-size: 90%;
	font-weight: bold;
	color: #D70B69;
	padding: 0px 0px 0 0;
	margin: 0;
}

.productmenu-elem p.price span.lineprice {
	padding: 0 0 0 5px;
	color: #777;
	text-decoration:line-through;
}

.star-rating {
	list-style:none;
	margin: 0px;
	padding: 0px;
	width: 125px;
	height: 25px;
	position: relative;
	overflow:hidden;
	background: url(/img/alt_star.gif) top left repeat-x;
	
}

.star-rating li {
	padding:0px;
	margin:0px;
	width:25px;
	height:25px;
	float: right;
}

.star-rating li.current-rating {
	background: url(/img/alt_star.gif) left center;
	position: absolute;
	height: 25px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}
	
.inline-rating{

	display:-moz-inline-block;

	display:-moz-inline-box;

	display:inline-block;

	vertical-align: middle;

}

/* footer */

#footer { 
	clear: both; 	
	color: #333; 	
	background: #F5F5F5;
	height: 50px;
	padding: 20px 0 0 0;
}


#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	background-color: #000!important;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
	position:absolute;
	top: 0;
	border: 0 solid;
	text-align:left;
	z-index:10000;
}
#MB_window[id] { position: fixed!important; }

#MB_frame {
	position:relative;
	background-color: #FFF;
	height:100%;
}

#MB_header {
	margin:0;
	height: 28px;
}

#MB_content {
	padding: 6px .75em;
	overflow:auto;
}

#MB_caption {
	font: bold 85% "Lucida Grande", Arial, sans-serif;
	text-shadow: #FFF 0 1px 0;
	padding: .5em 2em 0 .75em;
	margin: 0;
	text-align: left;
}

#MB_close {
	display:block;
	position:absolute;
	right:5px; top:4px;
	padding:2px 3px;
	font-weight:bold;
	text-decoration:none;
	font-size:13px;
}
#MB_close:hover {
	background:transparent;
}

#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
}

/* Color scheme */
#MB_window {
	background-color:#FFF;
	color:#000;
}
#MB_content { border-top: 1px solid #F9F9F9; }
#MB_header {
  background-color:#DDD;
  border-bottom: 1px solid #CCC;
}
#MB_caption { color:#000 }
#MB_close { color:#777 }
#MB_close:hover { color:#000 }


/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}