@charset "UTF-8";
/* 
	Background-Styles 
*/

body {
	margin:0px; padding:0px;
	background-color:#c4c0be;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:13px;
	line-height:19px;
}
#main {
	background:#c4c0be url(images/background_light_slice.jpg) repeat-x;
	padding-bottom:30px;
}
#main .container {
	background-image:url(images/background_light.jpg);
	background-repeat:no-repeat;
}
#footer {
	background-image:url(images/background_footer.jpg);
	background-image:url(images/background_light.jpg);
	background-repeat:repeat-x;
	padding:40px 40px 0px 40px;
	position:relative;
	min-height:120px;
}
.container {
	width:950px;
	margin:0 auto;
	position:relative;
}


/* 
	Header-Styles 
*/

#header {
	padding-top:10px;
	padding-bottom:20px;
	width:950px;
	height:100px;
	position:relative;
}
#logo {
	margin:15px 0 0 0;
	padding:0;
	background:url(images/logo.png) no-repeat top left;
	width:229px;
	height:88px;
	float:left;
}
#logo h1 a, #logo small a{
	margin:15px 0 0 0;
	padding:0;
	width:229px;
	height:88px;
	text-indent:-9999px;
	float:left;
}

/* 
	Top Navigation bar menu  
*/
#nav {
	margin-top:40px; 
	padding:0; 
	float:right;}
#nav ul{ 
	padding:0;
	margin:0;
	width:auto;
	list-style: none;
	height:30px;
	position: relative;
	float:right;
}
#nav li{
	list-style:none;
	float:left;
	text-align:center;
	padding:0;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#666;
	line-height:30px;
}
#nav .lavaLamp li a {
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 20px;
	color:#666;
}

#nav .lavaLamp li a:hover {
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 20px; 
	color:#666;
}

#nav .lavaLamp li .active {
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 20px; 
	color:#333;
}


#nav .lavaLamp li.back {
	background: url(images/lava.gif) no-repeat right -30px;
	width: 9px; height: 30px;
	z-index: 8;
	position: absolute;
}
#nav .lavaLamp li.back .left {
	background: url(images/lava.gif) no-repeat top left;
	height: 30px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}
#nav a:link{
	color:#464833; 
	text-decoration:none;
}

#nav a:hover{
	color:#333; 
	text-decoration:none;
}

#nav a:active{
	color:#333; 
	text-decoration:none;
}

/* 
	Block-Styles 
*/
.block {
	border:1px solid #a3a09e;
	background-color:#ffffff;
	margin-bottom:20px;
	position:relative;
}
.ribbon {
	position:absolute;
	top:-3px;
	right:-3px;
}
.paypal {
	position:absolute;
	top:0px;
	right:0px;
}
.mdr {
	position: absolute;
	top:0px;
	left:0px;
}
.block_inside { 
	display:block; 
	border:1px solid #ffffff;
	background: #ffffff url(images/background_block_slice.jpg) repeat-x;	
	padding:30px;
	overflow:auto;
}
.image_block {
	padding:20px 0px 0px 0px;
	margin-bottom:0px;
	float:left;
}
.image_block img {
	border-style:none;
}
.text_block {
	float:left;
	width:430px;
	margin-left:30px;
	padding-top:8px;
}

#block_featuredblog .text_block { 
	padding-top:5px;
}
.aktion{
	width:420px;
	height:110px;
	position:absolute;
	top:300px;
	right:70px;

}
.aktion a, .aktion a img{
	text-decoration:none;
	border-style:none;
}

/*
	Portfolio-Home-Styles
*/

#block_portfolio {
	overflow:auto;
	margin-bottom:20px;
}
#portfolio_items {
	width:615px;
	margin-right:25px;
	float:left;
	min-height:100px;
	padding-top:3px;
}
#text_column {
	float:right;
	width:310px;
}
#text_column img { 
	margin-bottom:20px; 
	position:relative; 
	left:-3px;
}
#text_column h2#text_title { 
	text-indent:-9999px;
	background-image:url(images/creatif.jpg);
	background-repeat:no-repeat;
	width:310px;
	height:129px;
}
.mini_portfolio_item {
	border:1px solid #a3a09e;
	margin-bottom:10px;
	position:relative;
}
.mini_portfolio_item .block_inside { 
	background:none; background-color:#e2dddc; 
	padding:25px 30px 15px 30px; 
}
.mini_portfolio_item .thumbnail { 
	float:left; 
	margin-right:20px; 
	border:1px solid #979390; 
}

/*
	Block-Content-Styles
*/

#content_area {
	width:665px;
	float:left;
	position:relative;
}
.add_this{
	position:absolute;
	bottom:0px;
	right:20px;
}
#content_area .block_inside {
	min-height:400px;
}
#sidebar {
	float:left;
	width:281px;
	position:relative;
	left:-1px;
	margin-top:15px;
	background-color:#e2dddc;
	border:1px solid #a3a09e;
}
#sidebar .block_inside {
	background:none;
	background-color:#e2dddc;
}

#sidebar h3 {
	font-size:20px;
	line-height:23px;
}
#sidebar ul { 
	margin:10px 0px 30px 0px; 
	padding:0px; 
}
#sidebar ul li { 
	list-style:none; 
	margin:0px 0px 5px 0px; 
	padding:0px; 
}
#sidebar ul li a { color:#7f7d78; }
#sidebar ul li a:hover { color:#0172dd; text-decoration:none; }


#content_area h2 { font-size:26px; font-family:Helvetica, Arial, Sans-serif; line-height:31px; }

#content_area .separator {
	border-top:1px solid #e3e3e3;
	margin-top:40px;
	padding-top:40px;
}


/* 
	Text-Styles   
*/

h2 {
	margin:0px 0px 10px 0px;
	font-size:26px;
	font-family:Helvetica, Arial, Sans-serif;
	color:#000000;
	line-height:39px;
	letter-spacing:-1px;
}
h3 {
	margin:10px 0px 5px 0px;
	font-size:14px;
	line-height:21px;
	font-family:Helvetica, Arial, Sans-serif;
	color:#7f7d78;;
}
h4 {
	color:#000;
	margin:0px 0px 0px 0px;
	font-size:16px;
}
h5 {
	margin:10px 0px 5px 0px;
	font-size:20px;
	line-height:26px;
	font-family:Helvetica, Arial, Sans-serif;
	color:#000000;
}
small {
	color:#595856;
	font-weight:bold;
	font-size:11px;
	display:block;
	margin-bottom:15px;
}
a {
	color:#c00;
	text-decoration:none;
}
small a{
	color:#c00;
}
/* 
	Text-Styles   
*/
.stil1 {
	color:#C00;
	font-weight:bold;
	font-size:15px;
}
.stil2{
	font-size:14px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#e04e3a;
	font-style:italic;
}
.stil3{
	font-size:10px;
	font:Arial, Helvetica, sans-serif;	
}
.stil4{
	text-align:center;
	font-size:30px;
	font-weight:900;
	color:#000;
	font:Arial, Helvetica, sans-serif;	
}
.stil5{
	font-size:16px;
	font-weight:900;
	color:#e04e3a;
	font:Arial, Helvetica, sans-serif;	
}
.Stil7{
	font-size:24px;
	color:#e04e3a;
	text-align:center;
}
.Stil6 {
	color: #CC0033;
	font-weight: bold;
}
.Stil8 {
	color:#e04e3a;
	font-weight: bold; 
}
.Stil9 {
	font-size:15px;
	color:#333;
	font:Arial, Helvetica, sans-serif;
	line-height:20px;
}
.add_mar{
	margin-bottom:180px;
}
fieldset.stil7{
	width:770px;
}
.center{
	text-align:center;
	}
.text_right{
	padding-left:60px;
	font-weight:bold;
}
.price{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#e04e3a;
}
.normal{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#e04e3a;
	text-decoration:line-through;
}
.text_biszum{
	padding-left:200px;
}
a:hover { text-decoration:underline; }
p { margin: 0px 0px 15px 0px; }

a.button, .button {
	background:#32312f url(images/button_bg_o.jpg) repeat-x;
	height:28px;
	padding:5px 10px 5px 10px;
	color: #ffffff;
	text-decoration: none;
	border:1px solid #bc3f2e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:600;
	line-height:25px;	
}
a.button:hover, .a.button:hover {
	background:#007de2 url(images/button_bg.jpg) repeat-x;
	height:28px;
	border-color:#32312f;
}
.bkm_img{
	float:left;
	margin:16px 30px 20px 0;
	}

/*
	Footer-Styles
*/

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
}
.footer_column {
	color:#666;
	float:left;
	width:120px;
	margin-right:30px;
}
#footer .long {
	width:610px;
}
#footer h3 {
	color:#000;
	text-transform:uppercase;
	font-size:10px;
}
.footer_column ul li, .footer_column ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
.notice{
	background-color:#CCC;
	border: 1px solid #999;
}

.meta_s{
font-size:10px;
color:#999;
}



/* 
	Miscellaneous-Styles   
*/

/* Fix up IE6 PNG Support */
img, #logo { behavior: url(scripts/iepngfix.htc); }


/* jQuery lightBox plugin - Gallery style */
	#gallery {
		padding: 10px 20px 10px 0px;
		display:block;
	}
	.rechts{
	float:right;	
	}
	#gallery ul { 
		list-style: none; 
		background:none;
		margin:0; 
		padding:0;
		display:block; 
	}
	#gallery ul li .rahmen{ 
	display: inline; 
	background:none; 
	margin:0; 
	padding:0; 
	border-style:none;
	margin:2px;
	}
	#gallery ul img {
		border-top: 1px solid #666;
		border-left: 1px solid #666;
		border-right: 2px solid #333;
		border-bottom: 3px solid #333;
			margin:2px;
			padding:0; 
	}
	#gallery ul li a{
	border-style:none;
	padding:0px;
	margin:0px;
	}
	#gallery ul a:hover img {
		margin:0; 
		padding:0; 
		border-top: 1px solid #e04e3a;
		border-left: 1px solid #e04e3a;
		border-right: 2px solid #8c1505;
		border-bottom: 3px solid #8c1505;
		filter: alpha(opacity=70);
		opacity: 0.7;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /*--IE8 Specific--*/
	}
	#gallery ul a:hover { color: #000;
		padding:0px;
		margin:0px;
		}
.right_pad{
float:right;
padding-right:240px;
}
.gl_left{
float:left;
}	
.clear{
clear:both;
}
/**
 * jQuery lightBox plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
/** Contact us Form **/

#contact_us {
	width: 240px;
	margin: 15px 0px 0px;
}

p.label_name, p.input_form {
	float: left;
}

p.label_name {
	width: 60px;
	clear: both;
	color: #7f7e7e;
	font-size: 12px;
}

#contact_us input, #contact_us textarea {
	width: 140px;
	background: #f3f3f3;
	border: 1px solid #fff;
	font-size: 13px;
	padding: 4px;
	margin-bottom: 4px;
	color: #797676;
}

#contact_us input.button {
	text-transform: uppercase;
	color: #fbfbfb;
	background: #e04e3a;
	padding: 5px 10px;
	margin-right:30px;
	display: inline-block;
	font-size: 11px;
	width: 60px;
	border: 0px;
	cursor: pointer;
}

div#feedback {
	width:240px;
	margin-top: 20px;
}

p.error {
	display: none;
	padding: 5px 0px;
	color: #8dadc7;
	font-weight: bold;
}

p#submit {text-align:right;}

p#success {
	display: none; 
	font-size: 16px; 
	text-align: center; 
	margin-bottom: 20px;
	cursor: pointer;
	color: #9e9595;
	font-style: italic;
}
#cart{
margin:50px 0px 20px 0px;
}
#cart h3{
padding-left:50px;
color:#666;
font-size:20px;
	}
table.basket{
	width:880px;
border-style:none;
}
table.basket td, table.basket th {
width:auto;

}
td.first_right{
border-top:1px dotted #666;
border-right:1px dotted #666;
	}
td.right{
border-top:1px dotted #666;
border-bottom-style:none;
border-right:1px dotted #666;
	}
td.mitte{
border-top:1px dotted #666;
border-bottom:1px dotted #666;
border-right:1px dotted #666;
}
td.left{
border-bottom-style:none;
border-top:1px dotted #666;
border-right:1px dotted #666;
}
td.last_right{
border-top:1px dotted #666;
	}
table.basket tr.productListing td {
line-height:33px;
}
table.basket tr.productListing td.items {
width:50%;
}
table.basket span.itemImage {
padding:0;
}
table.basket span.itemImage img {
float:left;
height:auto;
margin:0 15px 0 0;
width:120px;
}
table.basket span.itemName {
display:block;
font-weight:bold;
}
table.basket span.itemDescription {
display:block;
line-height:16px;
}
table.basket tr.addendums td {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#F0F0F0 none repeat scroll 0 0;
}
table.basket tr.subtotal td {
}
table.basket tr.shipping td {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
}
table.basket tr.total td {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
font-weight:bold;
}
div.row {
border-top:1px solid #BBBBBB;
clear:both;
display:inline;
float:left;
margin-bottom:30px;
margin-left:5px;
margin-top:20px;
width:880px;
}
div#continue {
margin-bottom:0;
}
div.majorSection {
color:#666666;
display:inline;
float:left;
margin:20px 0 0 30px;
padding-top:10px;
width:390px;
}
div.full {
width:880px;
}
div#shippingInfo {
}
div#comments fieldset {
display:inline;
}
div#comments fieldset textarea {
border:1px solid #999;
overflow:auto;
width:390px;
height:80px;
}
div#paymentMethod, div#shippingInfo, div#comments {
border-left:1px solid #DDDDDD;
margin-left:25px;
padding-left:25px;
}
div#summary fieldset {
border:medium none;
padding:0;
}
div#paymentMethod h3 {
font-size:14px;
margin-top:15px;
}
div#paymentMethod .radioButtonSet label {
margin-right:35px;
}
div.majorSection .header {
display:inline;
margin:0;
padding:0;
width:100%;
}
div.majorSection .header h2 {
color:#666666;
font-size:20px;
font-weight:bold;
margin:0;
padding:0;
}
div.majorSection fieldset {
border:medium none;
margin:0;
padding:0;
}
div.majorSection fieldset h3 {
margin:11px 0 2px;
}
div.majorSection fieldset h4 {
margin:9px 0 2px;
}
div.majorSection fieldset select {
margin:0;
}
div.majorSection fieldset input.text {
width:98%;
}
div.majorSection fieldset .radioButtonSet {
margin-bottom:15px;
}
div.majorSection fieldset .radioButtonSet .label {
font-size:13px;
}
div.majorSection fieldset p.meta, .meta {
color:#999999;
font-size:12px;
font-style:italic;
padding-top:5px;
}
table.summary {
margin-bottom:15px;
}
table.summary tr.subtotal td {
}
table.summary tr.shipping td {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
}
table.summary tr.total td {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
font-weight:bold;
}
div#formFooter {
clear:both;
padding-top:20px;
}
div.orderSummary {
border:9px solid #E3E4E4;
margin:20px 0 0;
padding:20px;
width:700px;
}
div.orderSummary h3 {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/layout/dot_line.gif) repeat-x scroll left bottom;
font-size:14px;
margin-bottom:7px;
padding-bottom:5px;
}
div.orderSummary p {
font-size:12px;
line-height:16px;
}
div.customerInfo {
float:left;
margin:5px 30px 0 0;
width:335px;
}
div.customerInfoAll {
float:none;
}
div.customerInfoLast {
margin-right:0;
}
div.customerInfo ul {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:7px;
-moz-border-radius-bottomright:7px;
-moz-border-radius-topleft:7px;
-moz-border-radius-topright:7px;
background:#FCFCF3 none repeat scroll 0 0;
border:1px solid #CCCCCC;
list-style-type:none;
margin:20px 0;
padding:20px;
}
div.customerInfo ul li {
list-style-type:none;
margin:0;
padding:0;
}
div.customerInfo ul li.customerName {
color:#303030;
font-weight:bold;
}
div.orderSummary div.comments {
margin:20px 0;
}
.button_right{
margin-left:25px;
background:#32312f url(images/button_bg_o.jpg) repeat-x;
	padding:5px 10px 5px 10px;
	color: #fff;
	text-decoration: none;
	border:1px solid #bc3f2e;
	text-transform:uppercase;
	font-size:12px;
	font-weight:600;
	line-height:25px;	
}
.button_right:hover{
margin-left:25px;
background:#32312f url(images/button_bg.jpg) repeat-x;
	padding:5px 10px 5px 10px;
	color: #ffffff;
	text-decoration: none;
	border:1px solid #bc3f2e;
	text-transform:uppercase;
	font-size:12px;
	font-weight:600;
	line-height:25px;	
	border-color:#32312f;
}
.contact {
	width:180px;
	height:16px;
	font-family:Tahoma, Arial, Helvetica, serif, sans-serif;
	font-size:10px;
	border-bottom:1px solid #D4D0C8;
	border-left:2px inset #808080;
	border-right:1px solid #D4D0C8;
	border-top:2px inset #808080 }
	
/* store */
.nav
{
	padding: 10px;
	margin: 5px;
	text-align: center;	
}
	.nav a
	{
		color: #222;
		border: 1px solid #AAA; 
		padding: 4px;
		background: #EFEFEF;
		text-decoration: none;
	}
	.nav a:hover
	{
		background: #fff;
	}
.products
{
	margin: 0 auto;	
	
}
	.product
	{
		border: 1px solid #555;
		padding: 5px;
		height: 150px;
	}
		.product img
		{
			float: left;
		}
		.price 
		{
			width: 100%;
			text-align: right;
			clear: both;
		}
		.addToCart
		{
			width: 100%;
			display: block;
			text-align: right;
		}
	
.notification
{
	width: 600px;
	padding: 2px;
	border: 1px solid #EEE;
	background: #FFFF99;
	margin: 9px auto;
	font-size: 12pt;
	color: red;
	text-align: center;
	font-family: verdana;
}
/* summary */
.shoppingCart{
	width: 400px;
	border: 1px solid #CCC;
	border-collapse: collapse;
	text-align: center;
	margin: 0 auto;
}
.shoppingCart tr th{
	background: #EAEAEA;
	border: 1px solid #CCC;
	text-align: center;
	padding: 5px;
}
.shoppingCart tr td{
	border: 1px solid #CCC;
	text-align: center;
	padding: 5px;
}
input.kaufen{
	padding:30px 0px 0px 400px;
}
div .ueberweisen{
	padding:0px 0px 10px 364px;
}
a.button1, .button1 {
	background:#32312f url(images/button_bg_o.jpg) repeat-x;
	height:28px;
	padding:5px 10px 5px 10px;
	color: #ffffff;
	text-decoration: none;
	border:1px solid #bc3f2e;
	text-transform:uppercase;
	font-size:12px;
	font-weight:600;
	line-height:25px;	
}
a.button1:hover, .a.button1:hover {
	background:#007de2 url(images/button_bg.jpg) repeat-x;
	height:28px;
	border-color:#32312f;
}
/*
  bestellinfo  
*/	

.bestellinfo, .bestellinfo h2{
	text-align:center;
	font-size:20px;
	padding-top:20px;
}
.bestellinfo p{
	text-align:center;
	font-size:14px;
}
.rangier{
display:none;
}
#tab-container {
	float:left;
	position:relative;	
			}	

		#tab-container div.tabs {
			width:900px;
			padding: 2em;
			-moz-box-shadow: 0 -1px 3px #535353;
			-webkit-box-shadow: 0 -1px 3px #535353;
			position: relative;
			background:white url(images/background_block_slice.jpg) repeat-x;
		}
		
		#tab-container ul {
			margin: 0; 
			padding: 0; 
			width: 100%; 
			overflow: hidden;
		}

		#tab-container ul li {
			float: left;
			list-style: none;
			margin-right: .5em;
		}

		#tab-container ul li.tab-selected a, #tab-container ul li:hover a {
			background: #ececec;
			cursor: pointer;
			position: relative;
			z-index:1;
		}

		#tab-container a {
			padding: .2em 1.3em;
			-moz-border-radius-topleft: 2px;
			-moz-border-radius-topright: 2px;	
			-webkit-border-top-right-radius: 2px;		
			-webkit-border-top-left-radius: 2px;			
			background: #fff;
			border-top:1px solid #a3a09e;
			border-left:2px solid #a3a09e;
			border-right:2px solid #a3a09e;
			display: block;
			outline: none;
			text-decoration: none;
			color: #363636;
		}
table.payment-option {
width: 500px;
font-size: 12pt;
margin-bottom: 10px;
}

table.payment-option td{
border: 1px solid #ccc;
height: 40px;
padding: 5px;
}

.payment-option-text {
padding: 0px;
margin: 0px;
background-color: #eaeaea;
color: #000;
font-size: 14pt;
font-family: Arial;
font-weight: bold;
text-align: center;
}

.cart-window {
border: 1px solid #dfdfdf;
background-color: #fff;
padding: 10px;
margin-top: -10px;
z-index: -100;
}

.shopping-cart-header {
display: block;
background: #fff url(images/shopping_cart_icon.png) 100px center no-repeat;
padding-left: 140px;
font-size: 18px;
font-weight: normal;
color: #7F7F7F;
margin-top: -10px;
}

.popup-draggable {
background: #fff;
border: 1px solid #B39B9B;
padding: 10px;
-moz-box-shadow: 5px 5px 5px #888;
-webkit-box-shadow: 5px 10px 5px #888;
box-shadow: 5px 5px 5px #888;
}

#ShoppingCartButton {
padding-top: 50px;
}

#all-product-count-div {
color: #fff;
font-weight: bold;
padding-left: 25px;
margin-bottom: -25px;
font-size: 16px;
display: block;
position: relative;
}

