html,body{margin:0;padding:0}
body{
	font: 12px arial,sans-serif;
	color: #b00090;
	background-image: url(../gfx/background.png);
}

img{
	border:0px;
}

a{
	color: #b00090;
    text-decoration:none;
    font-weight: bold;
}

a:hover{
    text-decoration: underline;
}

.grafikpreis{
	white-space:nowrap;
}

.warning{
	color:red;
	font-weight:bold;
	margin:0px;
	padding:0px;
	margin-top:12px;
}

.link {
	
}

/*New devs*/

#browser_warning{
	position: absolute;
	background-color: red;
	color: #FFFFFF;
	width: 970px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}

#browser_warning a{
	color: #FFFFFF;
	text-decoration: underline;
}

table#order_overview {
	vertical-align: top;
	border-spacing: 0;
	background: #FFFFFF;
	border-collapse: collapse;
}

table#order_overview th{
	background: #E962D0;
	color: #FFFFFF;
	text-align: left;
	height: 30px;
	padding: 0 8px 0 0;
}

table#order_overview td{
	vertical-align: top;
	padding: 8px 8px 8px 0;
	border-bottom: 0px dashed #F1A1E2;
}

table#order_overview p{
	margin: 0;
}

table#order {
	vertical-align: top;
	border-spacing: 0;
	background: #FFFFFF;
	border-collapse: collapse;
}

table#order th{
	background: #E962D0;
	color: #FFFFFF;
	text-align: right;
	height: 30px;
	padding: 0 8px 0 0;
}

table#order td{
	vertical-align: top;
	padding: 8px 8px 8px 0;
	border-bottom: 0px dashed #F1A1E2;
}

table#order p{
	margin: 0;
}

table#shopping_cart {
	vertical-align: top;
	border-spacing: 0;
	background: #FFFFFF;
	border-collapse: collapse;
}

table#shopping_cart img{
	padding: 0 0 0 8px;
}

table#shopping_cart th{
	background: #E962D0;
	color: #FFFFFF;
	text-align: right;
	height: 30px;
	padding: 0 8px 0 0;
}

table#shopping_cart tr{

}

table#shopping_cart td{
	vertical-align: top;
	padding: 8px 8px 8px 0;
	border-bottom: 0px dashed #F1A1E2;
}

table#shopping_cart p{
	margin: 0;
}

td.price {
	text-align: right;
	font-weight: bold;
}

tr.price {
	text-align: right;
	background: #AC008C;
	color: #FFFFFF;
	font-weight: bold;
}

tr.price td{
	text-align: right;
	padding: 2px 8px 2px 0 !important;
}

#shopping_cart_action {
	margin:0 0 14px;
}

#shopping_cart_sum_price {
	font-size: 20px;
	font-weight: bold;
}

.input_form{
	width:  280px;
}

.button {
	margin-left: 140px !important;
	width: 148px;
}

.button_text {
	margin-left:  140px;
	font-size: 10px;
	width: 148px;
	text-align: center;
	display:block;
}

.button_small{
	width: 24px;
	height: 18px;
	margin: 0px;
	padding: 0px 0px 1px;
	background: transparent url(../gfx/button_small.png) no-repeat;
	border: medium none !important;
	color: #b00090;
	font-size: 11px;
	line-height: 18px;
}

.button_normal{
	width: 75px;
	height: 18px;
	margin: 0px;
	padding: 0px 0px 3px;
	background: transparent url(../gfx/button_normal.png) no-repeat;
	border: medium none !important;
	color: #b00090;
	font-size: 11px;
	line-height: 18px;
}

.button_big{
	width: 150px;
	height: 18px;
	margin: 0px;
	padding: 0px 0px 3px;
	background: transparent url(../gfx/button_big.png) no-repeat;
	border: medium none !important;
	color: #b00090;
	font-size: 11px;
	line-height: 18px;
}

.button_big2{
	width: 134px;
	height: 18px;
	margin: 0px;
	padding: 0px 0px 3px;
	background: transparent url(../gfx/button_big2.png) no-repeat;
	border: medium none !important;
	color: #b00090;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
}



input.small{
	width:70px;
	background:transparent url(../gfx/input_small.png) no-repeat;
	height: 13px;
	border: medium none !important;
	padding: 3px 2px 2px 3px;
	color: #b00090;
	font-size: 10px;
	font-weight: normal;
}

input.small2{
	width:27px;
	background:transparent url(../gfx/input_small2.png) no-repeat;
	height: 13px;
	border: medium none !important;
	padding: 3px 2px 2px 3px;
	color: #b00090;
	font-size: 10px;
	font-weight: normal;
}

input.normal{
	width:94px;
	background:transparent url(../gfx/input_normal.png) no-repeat;
	height: 13px;
	border: medium none !important;
	padding: 3px 2px 2px 3px;
	color: #b00090;
	font-size: 10px;
	font-weight: normal;
}

input.big{
	width:116px;
	background:transparent url(../gfx/input_big.png) no-repeat;
	height: 13px;
	border: medium none !important;
	padding: 3px 2px 2px 3px;
	color: #b00090;
	font-size: 10px;
	font-weight: normal;
}

input.big2{
	width:145px;
	background:transparent url(../gfx/input_big2.png) no-repeat;
	height: 13px;
	border: medium none !important;
	padding: 3px 2px 2px 3px;
	color: #b00090;
	font-size: 10px;
	font-weight: normal;
	margin:0 0 2px;
}

.checkbox{
	margin: 2px 4px;
	padding: 0px;
	height: 16px;
}

.radiobutton{
	margin: 0px 4px;
}

#wrapper{
	width: 978px;
	margin: 0px auto 0px;
	position: relative;
}

#content_shadow{
	background-image: url(../gfx/wrapper_back.png);
	width: 970px;
	padding: 0 4px;
}

#header_top{
	height: 20px;
	background-image:url(../gfx/header_top_back.png);
	border-left:1px solid #ca1ba9;
	border-right:1px solid #ca1ba9;
}

#header_language {
	float: right;
	height:20px;
	line-height:18px;
	margin: 0 16px 0 0;
}

#header_language span {
	color: #FFFFFF;
	margin: 0px 6px 0px 0px;
}

#header{
    background-color: #c957b4;
    height: 70px;
    width: 970px;
    background-image:url(../gfx/header_back.png);
    position: relative;
}

#header a{
	color: #FFFFFF;
    text-decoration: none;
}

#header a:hover{
    text-decoration: underline;
}

#logo{
	float: left;
	margin: 14px 0px 0px 0px;
}

#header_right {
	float:right;	
}

#header_search {
	background: transparent url(../gfx/header_seperator.png) no-repeat scroll left bottom;
	float: left;
	height: 70px;
	padding: 0 12px 0 8px;
}

#header_search h1{
	color: #FFFFFF;
	font-size: 20px;
	font-weight: normal;
	margin: 6px 0 4px;
}

#header_search form{
	margin: 10px 0 0;
}

#header_shopping_cart{
	background: transparent url(../gfx/header_seperator.png) no-repeat scroll left bottom;
	float: left;
	padding:0 12px 0 8px;
	height: 70px;
}

#header_shopping_cart h1{
	color: #FFFFFF;
	font-size: 20px;
	font-weight: normal;
	margin: 6px 0 4px 44px;
}

#header_shopping_cart h1 a{
	font-weight: lighter;	
}

#header_shopping_cart p{
	color: #FFFFFF;
	margin: 0 0 3px 44px;
}

#header_shopping_cart img{
	position: absolute;
	top: 6px
}

#header_login{
	background: transparent url(../gfx/header_seperator.png) no-repeat scroll left bottom;
	float: left;
	padding:0 12px 0 8px;
	height: 70px;
}

#header_login h1{
	color: #FFFFFF;
	font-size: 20px;
	font-weight: normal;
	margin: 6px 0 4px 44px;
}

#header_login h1 a{
	font-weight: lighter;	
}

#header_login p{
	color: #FFFFFF;
	margin: 0 0 3px 44px;
}

#header_login img{
	position: absolute;
	top: 6px;
}
        
#navi_top {
    height: 32px;
    width: 968px;
    text-align: center;
    background-image:url(../gfx/navi_top.png);
    border: 1px solid #fa3dd7;
}

#navi_top ul{
	padding: 0;
	margin: 0;
	text-align: center;
}

#navi_top ul li{
	font-family: Arial, Sans-serif;
	font-size: 14px;
	list-style-type: none;
	display: inline;
	color: #aa008b;
}

#navi_top li a{
	height: 32px;
	line-height: 32px;
	display: inline;
	color: #aa008b;
	text-align: center;
	padding: 0px 26px;
	font-weight: normal;
}

#navi_top_shadow {
	background:transparent url(../gfx/navi_top_shadow.png) repeat-x scroll 0 0;
	height: 3px;
	left: 4px;
	position: absolute;
	width: 970px;
	z-index:2;
}

#location{
	height: 30px;
	position: absolute;
	top: 124px;
	z-index: 1;
	line-height: 30px;
}

#location span{
	margin: 0px 16px;
}

/* Content */

#content
{
	/* position: relative; */
	width: 970px;
	background-color: #fee8fa;
	padding: 30px 0px 55px;
	background:#fee8fa url(../gfx/content_back.png) bottom no-repeat;
}

#content_main{
	float:left;
	margin:0 24px 0 8px;
	position:relative;
	width:764px;
}

#content_main h1{
	margin: 0px 0px 10px;
	font-size: 26px;
	font-weight: lighter;
}

#content_main h2{
	font-size: 20px;
	font-weight: lighter;
	margin-bottom:6px;
}

#content_main h3{
}

#content_main p{
	margin: 0px 0px 14px;
}

#content_main form {
	margin: 0px 0px 14px;
}

#content_main th {
	text-align: left;
}

#content_main form label {
	display: inline-block;
	float: left;
	margin: 1px 0px 0px;
	width: 140px;
	height: 20px;
}

#content_main form input {
	margin-bottom: 4px;
}

#content_main form select {
	margin: 0px 0px 4px;
}

#content_main form textarea {
	margin: 0px 0px 4px;
}

#content_main form img {
	margin: 0px 0px 4px;
}

#content_main table {
	width: 100%;
	margin: 0px 0px 14px;
}

.sectionheader{
    padding: 6px;
    margin: 0px 0px 8px;
    background-color: #AC008C;
    color:  #FFFFFF;
}

.categoryPromotion {
    margin-bottom:12px;
    width:762px;
    border:1px solid #AC008C;
    background-color:#AC008C;
    color:#FFF;
}

.category {
	float: left;
	width: 180px;
	height: 162px;
	margin:0 12px 12px 0;
	background: #AC008C;
	border: 1px solid #AC008C;
}

.category h2{
	font-size: 16px !important;
	font-weight:lighter !important;
	color: #FFFFFF;
	width: 157px;
	height: 38px;
	margin: 4px 6px !important;
}

.category a{
	font-weight:lighter;
	color: #FFFFFF;
}

.category img{
	width: 180px;
	height: 130px;
}

#product_no{
	font-size:12px;
	font-weight: normal;
}

.page_selection{
	margin: 0 0 10px;
}

.page_selection_sort{
	float:left;
}

.page_selection_sort form{
	float:left;
}

.page_selection_search form{
	float:left;
}

.page_selection_goto{
	float:right;
}

.page_selection_next{
	margin: 0 0 0 6px;
	float:right;
	line-height: 16px;
}

#product_overview{
	display: block;
}

/* --- */

.box_home_text {
	bottom:5px;
	color:#FFFFFF;
	font-size:16px;
	left:14px;
	position:absolute;
}

.box_home_text a{
	color:#FFFFFF;
	font-weight:normal;
}

#box_newProducts {
	position: relative;
	background:#fee8fa url(../gfx/newProducts.png) left no-repeat;
	padding: 0 0 0 186px;
	width: 581px;
	height: 180px;
	margin: 0 0 6px;
}

#box_newProducts_hidden {
	width: 581px;
}

#box_specialOffer {
	position: relative;
	background:#fee8fa url(../gfx/specialOffer.png) left no-repeat;
	padding: 0 0 0 186px;
	width: 581px;
	height: 180px;
	margin: 0 0 6px;
}

#box_specialOffer_hidden {
	width: 581px;
}

.box_home {
	position: relative;
	padding: 0 0 0 186px;
	width: 581px;
	height: 180px;
	margin: 0 0 6px;
}

#box_bestseller_hidden {
	width: 581px;
}

#box_topOffer {
	position: relative;
	background:#fee8fa url(../gfx/topOffer_{$lang}.png) left no-repeat;
	padding: 0 0 0 186px;
	width: 581px;
	height: 180px;
	margin: 0 0 6px;
}

#box_topOffer_hidden {
	width: 581px;
}

.specialPrice {
	background:url(../gfx/specialprice_price.png) left no-repeat;
	height: 45px;
	width: 82px;
	padding: 20px 3px 20px 0px;
	position: absolute;
	right: 40px;
	top: -16px;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
}

.product_home_row {
	margin: 0;
}

.box_product_home{
	margin: 19px 6px 19px 0;
	width: 187px;
	height: 142px;
	float: left;
	position: relative;
}

.box_product_home h1{
	font-size: 12px;
	margin: 0px;
}

.box_product_home span{
	display: block;
}

.box_product_home_pic {
	width: 93px;
	height: 140px;
	background: #FFFFFF;
	border: 1px solid #F1A1E2;
	float:left;
	position:relative;
	text-align: center;
}

.box_product_home_pic img{
	max-width: 93px;
	height: 140px;
}

.box_product_home_text {
	width: 88px;
	height: 50px;
	float:left;
	padding:0 0 0 4px;
}

.box_product_home_text a{
	display: block;
	font-size: 11px;
	position:absolute;
	bottom:0px;
}

/*----*/

.product_row {
	border-bottom:1px dashed #F1A1E2;
	margin: 0 0 20px;
}

.box_product{
	padding: 0 33px 0 0;
	margin: 0 0 8px 0;
	width: 166px;
	float: left;
}

.box_product h1{
	font-size: 12px;
	margin: 0px;
}

.box_product h2{
	font-size: 16px !important;
	margin: 0 0 4px !important;
	font-weight: lighter !important;
}

.box_product span{
	display: block;
}

.box_product a{
	display: block;
}

.box_product_pic {
	width: 164px;
	height: 246px;
	background: #FFFFFF;
	border: 1px solid #F1A1E2;
	margin: 0 0 6px;
	text-align: center;
}

.box_product_pic img{
	max-width: 164px;
	height: 246px;
}

.box_product_text {
}

.box_product_action {
	
}

span.product_price_text{
	width: 74px;
	line-height: 18px;
	position:relative;
	top: 2px;
	float: left;
}

span.product_price{
	font-size: 18px;
	font-weight: bold;
	float: none;
}

span.product_price_old_text{
	width: 74px;
	line-height: 14px;
	position:relative;
	top: 1px;
	float: left;
}

span.product_price_old{
	font-size: 14px;
	text-decoration: line-through;
	float: none;
}

span.product_mwst{
	font-size: 10px;
	display: block;
}

span.product_var{
	font-size: 10px;
	display: block;
	margin: 1px 0 0 0;
}

h2.product_description {
    margin: 0px 0px 8px !important;
    font-size: 14px !important;
    font-weight: normal !important;
}

#product {
	margin: 0px 0px 10px;
}

#product_top {
	margin: 0px 0px 10px;
	border-bottom:1px dashed #F1A1E2;
	position: relative;
}

#product_navi {
	margin: 4px 0px 10px;
}

#product_navi a{
}

#product_navi span{
	margin: 0px 4px;
	display: inline-block;
	height: 15px;
	line-height: 15px;
	position: relative;
	top: -4px;
}

#product_pic{
	float: left;
	width: 512px;
	text-align: center;
}

#product_pic img{
	max-width: 246px;
	height: 369px;
}

#product_pic_others{
	border-top:1px dashed #F1A1E2;
	float:left;
	margin:12px 10px 0;
	padding:4px 4px 2px;
	text-align:left;
	width:496px;
}

#product_pic_others img{
	height: 140px;
	/*width: 90px;*/
}

#product_details{
	float: right;
	width: 239px;
	padding: 0 0 0 1px;
	margin: 0px 0px 0px 12px;
	display:inline;
}

#product_details h1{
	margin: 0px 0px 2px;
	padding-left: 6px;
	font-size: 16px;
	font-weight: bold;
}

#product_details h2{
	margin: 0px 0px 6px;
	padding-left: 6px;
	font-size: 10px;
	font-weight: normal;
}

#product_details p{
	margin: 0px 0px 6px;
	padding-left: 6px;
}

#product_details span{
	display: block;
}

.seperator {
	border-bottom: 1px dashed #f1a1e2;
	padding: 0px 0px 4px;
}

.seperator_top {
	border-top: 1px dashed #f1a1e2;
	padding: 4px 0px 0px;
}

#product_details form{
	margin: 0;
}

#product_details form input{
	float: left;
}

#product_details form label{
}

#product_details form p{
	margin: 0px 0px 6px;
	padding: 0 0 0 6px;
}

div.address{
	margin: 0px 0px 14px;
}

div.address h1{
	margin: 0px 0px 6px;
	padding:10px;
    margin: 0px 0px 8px;
    border-color:#FFFFFF;
    background-color: #FFFFFF;
	font-size: 12px;
}

#order_step {
    height: 58px;
    width: 760px;
    margin: 6px 0 14px 0;
    padding: 0 2px;	
}

#order_step ul{
	margin: 0;
	padding: 0;
}

#order_step ul li{
	font-family: Arial, Sans-serif;
	font-size: 12px;
	list-style-type: none;
	display: inline;
	color: #E962D0;
	width: 152px;
	text-align: center;
	float:left;
}

#order_step li a{
	display: inline-block;
	color: #aa008b;
	text-align: center;
	font-weight: normal;
	display: block;
	margin: 21px 0 0;
}

.step {
	font-size: 16px;
	display: block;
	margin: 20px 0 0;
}

.step_active {
	color: #aa008b;
	font-size: 30px;
	display: block;
}

.step_active_text {
	color: #aa008b;
	font-size: 16px;
}

/*--- Left Container ---*/

#left_container{
	position: relative;
	float: left;
	width: 150px;
	margin: 0px 12px 210px;
}

.navi_main{
	position: relative;
	margin:0 0 12px;
}

.navi_main h1{
	font-weight: bold;
	display: block;
	height: 20px;
	background-color: #ac008c;
	font-family: Arial, Sans-serif;
	font-size: 12px;
	padding: 0px 6px;
	margin: 0px 0px 1px;
	line-height: 20px;
	color: #FFFFFF;
}

.navi_main ul{
	padding: 0px;
	margin: 0px;
}

.navi_main ul li{
	font-family: Arial, Sans-serif;
	font-size: 12px;
	list-style-type: none;
	min-height: 20px;
	display: block;
	line-height: 20px;
}

.navi_main ul li img{
	float: left;
}

.navi_main li {
	background: url("../gfx/menu_button2.png") no-repeat scroll 0 0 #f895e6;
}

.navi_main li a{
	display:inline-block;
	font-weight:normal;
	padding:0;
	width:124px;
}

li.deep0{
	padding: 0 6px 0 20px;
	background: url("../gfx/menu_button1.png") no-repeat scroll 0 2px #e962d0;
	line-height:24px;
}

li.deep0 a{
	color: #FFFFFF;
	line-height:24px;
	font-size:14px;
}

li.deep1{
	padding: 0 6px 0 30px;
	background-position: 10px 0;
}

li.deep1 a{
	color: #7d0066;
}

li.deep2{
	padding: 0px 6px 0px 40px;
	background-position: 20px 0;
}

li.deep2 a{
	color: #7d0066;
	width: 114px !important;
}

li.deep3{
	padding: 0px 6px 0px 50px;
	background-position: 30px 0;
}

li.deep3 a{
	color: #7d0066;
	width: 104px !important;
}

li.deep4{
	padding: 0px 6px 0px 60px;
	background-position: 40px 0;
}

li.deep4 a{
	color: #7d0066;
	width: 94px !important;
}

#container_box_contact_telno {
	font-size: 19px;
	margin: 0 0 2px;
}

#container_box_contact_telno_hint {
	font-size: 10px;
	margin: 0;
}


/* --- Right Container --- */

#right_container{
	position: relative;
	float: left;
	width: 150px;
	margin: 0px 12px;
}

#container_box_top{
	padding: 0px 0px 4px;
	margin: 0px 0px 12px;
	border-bottom: 1px dashed #f1a1e2;
	width: 150px;
}

#container_box_top h1{
	color: #B00090;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 0 10px;
}

#container_box_top a{
	font-weight: normal;
}

.container_box{
	padding: 0px 0px 8px;
	margin: 0px 0px 12px;
	border-bottom: 1px dashed #f1a1e2;
	width: 150px;
}

.container_box h1{
	color: #B00090;
	font-size: 16px;
	font-weight: normal;
	margin: 0px 0px 6px;
}

.container_box p{
	margin: 0 0 4px;
}

.container_box ul{
	padding: 0px;
	margin: 0px;
}

.container_box ul li{
	list-style-type: none;
	display: block;
}

.container_box li a{
}

.container_box form{
}

.container_box_product{
	text-align: center;
	margin: 0px 0px 8px;
	width: 150px;
}

.container_box_product h1{
	font-size: 12px;
	margin: 0px;
}

.container_box_product a{
	display: block;
}

.container_box_product_pic {
	width: 148px;
	height: 222px;
	background: #FFFFFF;
	border: 1px solid #F1A1E2;
	margin: 0 0 6px;
	text-align: center;
}

.container_box_product_pic img{
	max-width: 148px;
	height: 222px;
}

.container_box_product_text {
	position: relative;
}

.container_product_name{
}

.container_product_price{
}

.container_product_mwst{
	padding: 0px 6px;
	font-size: 10px;
}

.container_product_show_more{
	text-align: center;
	display: block;
}

#footer {
    background: transparent url(../gfx/footer_back.png) no-repeat;
    height: 21px;
    width: 942px;
    color: #FFFFFF;
    margin: 0px 0px 20px;
    padding: 0px 18px 9px;
    color: #ffffff;
    line-height: 21px;
    font-size: 10px;
}

#footer span {
	float: left;
}

#footer ul{
	float: right;
	top: 0px;
	right: 0px;
	margin: 0px;
	height: 21px;
	line-height: 21px;
	padding: 0 0 0 20px;
}

#footer ul li{
	font-family: Arial, Sans-serif;
	font-size: 11px;
	list-style-type: none;
	display: inline;
	color: #FFFFFF;
}

#footer li a{
	color: #FFFFFF;
}


#logo_small{
	float: left;
	margin: 3px 0px 0px 6px;
}

#suche_verfeinern{
    border-width:0px;
    margin-top:12px;
    padding:0px;
}

.highslide {
	cursor: pointer;
    outline: none;
}
.highslide img {
	border: 1px solid #F1A1E2;
}
.highslide:hover img {
	border: 1px solid #AC008C;
}

.highslide-image {
    border-bottom: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: #E962D0;
    color: #FFFFFF;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-html {
background-color: #F9C5F0;
}
.highslide-html-blur {
}
.highslide-html-content {
position: absolute;
display: none;
}
.highslide-loading {
display: block;
color: black;
font-size: 8pt;
font-family: sans-serif;
font-weight: bold;
text-decoration: none;
padding: 2px;
border: 1px solid black;
background-color: white;

padding-left: 22px;
background-image: url(../js/highslide/graphics/loader.white.gif);
background-repeat: no-repeat;
background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
padding: 2px;
color: silver;
text-decoration: none;
font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
color: white;
background-color: gray;
}


/* Styles for the popup */
.highslide-wrapper {
	background-color: #f2f2f4;
}
.highslide-wrapper .highslide-html-content {
	width: 460px;
	padding: 5px;
}

.highslide-html-content form label {
	display: block;
	float: left;
	margin: 4px 0px 0px;
	width: 140px;
}

.highslide-html-content form input {
	margin: 0px 0px 4px;
	width: 290px;
}

.highslide-html-content form select {
	margin: 0px 0px 4px;
}

.highslide-html-content form textarea {
	margin: 0px 0px 4px;
	width: 290px;
}

.highslide-wrapper .highslide-header div {
}

.highslide-wrapper .highslide-header ul {
	margin: 0;
	text-align: right;
	border-bottom: 1px solid #F9C5F0;
	font-family: Verdana, Helvetica;
	font-size: 10px;
	padding: 5px;
	background-color: #E962D0;
}

.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
display: none;
}
.highslide-wrapper .highslide-header a {
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
color: #FFFFFF;
}
.highslide-wrapper .highslide-header a:hover {
color: #FFFFFF;
}
.highslide-wrapper .highslide-header .highslide-move a {
cursor: move;
}
.highslide-wrapper .highslide-footer {
height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
float: right;
height: 11px;
width: 11px;
background: url(../js/highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
cursor: move;
}
.highslide-resize {
cursor: nw-resize;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
display: block;
}
.highslide-display-none {
display: none;
}

#artPrev, #artNext {padding-top:10px;}
#artPrev img, #artNext img {vertical-align:middle;}
#artPrev a, #artNext a {
	color:#121212;
	font-weight:bold;
	text-decoration:none;
}
#artPrev a:hover, #artNext a:hover {
	color:#121212;
	font-weight:bold;
	text-decoration:none;
	vertical-align:middle;
}

/*  styles for the unit rater
---------------------------------------------------------
ryan masuga, masugadesign.com
ryan@masugadesign.com
Licensed under a Creative Commons Attribution 3.0 License.
http://creativecommons.org/licenses/by/3.0/
See readme.txt for full credit details.
--------------------------------------------------------- */
.ratingblock {
	display:block;
	font-size:10px;
	font-weight:normal;
	margin:0 0 6px;
	padding-left:6px;
	border-bottom:1px dashed #F1A1E2;
}

#ratingblock_text{
	margin: 0 0 4px 5px;
	line-height:15px;
}

.loading {
	height: 15px;
	background: url('../gfx/starrater/working.gif') 50% 50% no-repeat;
	}

.unit-rating { /* the UL */
	list-style:none;
	margin: 0px 0px 4px;
	padding:0px;
	height: 15px;
	position: relative;
	background: url('../gfx/starrater/starrating_big_yellow.png') top left repeat-x;
	display:inline-block;
	float:left;
}

.unit-rating li{
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
	}

.unit-rating li a {
	outline: none;
	display:block;
	width: 15px;
	height: 15px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	}

.unit-rating li a:hover{
	background: url('../gfx/starrater/starrating_big_yellow.png') left center;
	z-index: 2;
	left: 0px;
	}

.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:15px;}
.unit-rating a.r2-unit{left:15px;}
.unit-rating a.r2-unit:hover{width: 30px;}
.unit-rating a.r3-unit{left: 30px;}
.unit-rating a.r3-unit:hover{width: 45px;}
.unit-rating a.r4-unit{left: 45px;}
.unit-rating a.r4-unit:hover{width: 60px;}
.unit-rating a.r5-unit{left: 60px;}
.unit-rating a.r5-unit:hover{width: 75px;}
.unit-rating a.r6-unit{left: 75px;}
.unit-rating a.r6-unit:hover{width: 90px;}
.unit-rating a.r7-unit{left: 90px;}
.unit-rating a.r7-unit:hover{width: 105px;}
.unit-rating a.r8-unit{left: 105px;}
.unit-rating a.r8-unit:hover{width: 120px;}
.unit-rating a.r9-unit{left: 120px;}
.unit-rating a.r9-unit:hover{width: 135px;}
.unit-rating a.r10-unit{left: 135px;}
.unit-rating a.r10-unit:hover{width: 150px;}

.unit-rating li.current-rating {
	background: url('../gfx/starrater/starrating_big_yellow.png') left bottom;
	position: absolute;
	height: 15px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	}

.voted {color:#999;}
.thanks {color:#36AA3D;}
.static {color:#5D3126;}

