@import url(blog.css);
/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME:		bk-cmsoft
   TEMPLATE CODE: 	S-0020
   VERSION:          1.0          	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	color: #666;
	text-align: left;
	background-color: #FFFFCC;
	background-repeat: repeat-x;
	font-family: Verdana, Tahoma, Arial, Geneva, sans-serif;
	font-size: 80%;
	line-height: 1.6em;
	background-image: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

/* links */
a, a:visited {	
	color: #5A93C9;
	background: inherit;
	text-decoration: none;	
}
a:hover {
	color: #F60;
	background: inherit;
	text-decoration: none;
}

/* headers */
h1, h2, h3, h4, h5 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	color: #666;
	background-repeat: no-repeat;
	font-size: 140%;
}
h1 {
	font-weight: normal;
	letter-spacing: -1px;
	background-image: url(img/head_back.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	left: 10px;
	margin: 0px;
	line-height: 7px;
	color: #666;
}
h2 {
	color: #666;
	background-position: 0px 0px;
	line-height: 43px;
	background-image: url(img/head_back3.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	height: 43px;
}
h3 {
	font-size: 140%;
	font-weight: normal;
	background-image: url(img/sidebar_left.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin: 0px;
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	color: #666;
}
h4 {
	font-size: 130%;
	font-weight: normal;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: left;
	width: 95%;
}
h5 {
	font-size: 130%;
	font-weight: normal;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: left;
	border-bottom-style: solid;
	border-top-color: #FF9500;
	border-right-color: #FF9500;
	border-bottom-color: #FF9500;
	border-left-color: #FF9500;
	width: 90%;
}
h1, h2, h3, h4, h5, p {
	margin: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
ul {
	list-style: none;
}

/* images */
img {
 	background: #fafafa;
/*  border: 1px solid #dcdcdc;*/
	padding: 0px;
}

a img {
	border: 0px none #dcdcdc;
	padding: 0px;
	background-color: #ffffff;
}

#header-links img {
	border: none;
	padding: 0px;
	background-color: #9A7F00;
	background-image: none;
}

img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #F4F3EC; 
	background: #9A7F00;  
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 35px;  
   border: 1px solid #F4F3EC; 
	background: #FAFAE7 url(img/quote.jpg) no-repeat 7px 10px; 
	font: bold 1.3em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #976957;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 1px;	
}
th strong {
	color: #fff;
}
th {
	background: #93BC0C url(img/nav.jpg) repeat-x;
	height: 35px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #fff;
}
tr {
	height: 30px;
}
td {
	padding-left: 5px;
	padding-right: 0px;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

/* form elements */
form2 {
	margin:10px;
	padding: 0 5px;
	border: 0px solid #666;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	color:#777;
	background-color: #FFF;
	border: thin solid #000;
}
textarea {
	width:400px;
	padding:2px;
	border:thin solid #000;
	height:100px;
	display:block;
	color:#777;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #FFF;
	background-repeat: repeat-x;
}
input.button {
	font: bold 12px Arial, Sans-serif;
	height: 24px;
	margin: 0;
	padding: 2px 3px;
	color: #FFF;
	border: 0px none #88AD0C;
	background-color: #FFEDAB;
	background-repeat: repeat-x;
	background-position: 0 0;
}

/* search form */
.searchform {
	background-color: #FFEEAE;
	border: none;
	margin: 0;
	width: 400px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
.searchform p {
	margin: 0;
	padding: 0;
	background-color: #FFEDAB;
}
.searchform input.textbox {
	width: 170px;
	color: #777;
	height: 18px;
	padding: 2px;
	border: 0px solid #E5E5E5;
	vertical-align: top;
	font-size: 12px;
	background-color: #FFEDAD;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 900px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	border: thin none #FBD263;
	padding-top: 0px;
}
.header_neu {
	background-image: url(img/header.jpg);
	height: 160px;
	width: 870px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 55px;
	padding-left: 0px;
	background-repeat: no-repeat;
	text-indent: 15px;
	top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	border: thin dotted #FFFFFF;
	margin: 0px;
	color: #666666;
}
.menuheader {
	height: 60px;
	width: 870px;
	bottom: 0px;
	margin-top: 25px;
	margin-right: 0px;
}
.suche {
	height: 20px;
	width: 700px;
	margin-top: 86px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-weight: normal;
}



#content-wrap {
	position: relative;
	clear: both;
	float: left;
	width: 870px;
	padding: 0;
	margin-left: 15px;
	display: inline;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	top: 0;
	border: 1px solid #fff;
}
#header {
	position: relative;
	width: 570px;
	height: 100px;
	padding: 0;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	top: 10px;
}
#header h1#logo-text a {
	position: absolute;
	margin: 0;
	padding: 0;
	letter-spacing: -1.5px;
	color: #760F00;
	text-transform: none;
	text-decoration: none;
	/* change the values of top and left to adjust the position of the logo*/
	top: 1px;
	left: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	height: 18px;
}
#header p#slogan {
	position: absolute;
	margin: 0;
	padding: 0;
	text-transform: none;
	color: #5b4a29;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 67px;
	left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

/* header links */
#header #header-links {
	position: absolute;
	top: -7px;
	right: 59px;
	color: #B95902;
	text-transform: uppercase;
	width: 200px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#header #header-links a {
	color: #760F00;
	text-decoration: none;
	padding: 0 2px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#header #header-links a:hover {
	color: #111;
	font-family: Arial, Helvetica, sans-serif;
}

/* header-photo */
#header-photo {
	clear: both;
	background: #fff;
	padding: 0;
	height:260px;
	width: 870px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#header-photo img {
	border: none;
	margin: 0; padding: 0;
} 

/* Navigation */
#nav {
	clear: both;	
	margin: 0; padding: 0;		
	height: 45px;	
}
#nav ul {
	float: left;
	list-style: none;
	background: url(img/nav.jpg) repeat-x;	
	width: 870px;		
	height: 45px;
	text-transform: uppercase;
	margin: 0 0 0 15px;
	padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 14px;
	border-right: 1px solid #899D00;
	border-left: 1px solid #A7D101;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	color: #fff;
	font-family: "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	font-size: 12px;
	line-height: 45px;
	font-weight: bold;
}
#nav ul li a:hover, 
#nav ul li a:active {
	background: url(img/nav-hover.jpg) repeat-x;	
}
#nav ul li#current a {	
	background: url(img/nav-current.jpg) repeat-x;	
}

/* Main Column */
#main {
	float: left;
	width: 570px;
	display: inline;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10;
	padding-bottom: 0;
	padding-left: 0;
	background-repeat: repeat-y;
	background-position: 0px 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #fbd263;
	border-right-color: #fbd263;
	border-bottom-color: #fbd263;
	border-left-color: #fbd263;
	background-image: url(img/b1a.png);
}
search {
	float: right;
	height: 100px;
	width: 160px;
	position: relative;
}

#main h2 {
	color: #666666;
	letter-spacing: -1px;
	text-transform: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: none;
	border-top-color: #EBEBEB;
	border-right-color: #EBEBEB;
	border-bottom-color: #EBEBEB;
	border-left-color: #FFFFFF;
	border-left-style: none;
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-size: 140%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #CCC;
	background-image: url(img/head_back2.jpg);
	background-repeat: no-repeat;
	top: -5px;
}
#main h2 a {
	color: #333;
	text-decoration: none;
}
#main ul li {
	list-style-image: url(img/bullet.gif);
}

/* Sidebar */	
#sidebar {
	float: right;
	width: 280px;
	padding-bottom: 0;
	padding-left: 0;
	cursor: default;
	background-image: url(img/Bild20.gif);
	background-repeat: repeat-y;
	top: 0px;
	padding-top: 0px;
	clip: rect(0px,auto,auto,auto);
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FBD263;
	border-right-color: #FBD263;
	border-bottom-color: #FBD263;
	border-left-color: #FBD263;
	margin-top: 15;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
}	
#sidebar h3 {
	margin-top: 0px;
	padding: 5px;
	color: #666;
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-size: 140%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#sidebar ul.sidemenu {
	text-align: left;
	margin: 7px 10px 8px 0px; padding: 0;
	text-decoration: none;		
	border-top: 1px solid #EBEBEB;
}
#sidebar ul.sidemenu li {
	list-style: none;
	border-bottom: 1px solid #EBEBEB;
	padding: 5px 0 5px 5px;
	margin: 0 2px;		
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;
	background-image: none;
	color: #666;
}
#sidebar ul.sidemenu li a:hover {	
	color: #1773BC;	
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { border: none; }

/* footer */
#footer-wrap {
	clear: both;
	width: 900px;
	font-size: 95%;
	text-align: center;
	padding: 15px 0;
	border-bottom: 15px solid #fff;
	border-top: 1px solid #fff;
}
#footer-wrap a:hover {
	color: #666;
}
#footer-wrap h3 {
	color: #976834;  
	margin: 0;
	padding: 0 10px; 
	text-transform: uppercase;
	font-weight: bold;
}

#footer-columns {
	color: #888;
	margin: 0 auto; 
	padding: 0;	
	width: 840px;			
}
#footer-columns a {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}
#footer-columns ul {
	list-style: none;
	margin: 10px 0 0 0; 
	padding: 0;	
	border-top: 1px solid #e5e5e5;
}
#footer-columns li {
	border-bottom: 1px solid #e5e5e5;	
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 5px 0 5px 10px;
	width: 96%;
}
#footer-columns .col3, .col3-center {
	float: left;
	width: 32%;
}
#footer-columns .col3-center { 
	margin: 0 15px; 
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #666;
	margin: 0 auto;
	width: 870px;
	padding: 15px 0 0 0;
}
#footer-bottom  a {
	color: #976834;
}

/* postmeta */
.postmeta {
	padding: 5px;
	margin: 20px 10px 15px 10px;
	font-size: 95%;
	color: #99997D;
	background: #FAFAE7;
}
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em;	padding-top: 0; margin-left: 5px;	}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

.poweredby {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #999;
	font-weight: bold;
	background-image: none;
}
.onepxwidth {
	width: 1px;
}

.copyright {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}
.parseTime {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}
A.copyright {
	color: #FFF;
}
A.copyright:hover {
  color: #0000ff;
  text-decoration: underline;
}


.moduleRow {
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 line-height: 1.5;
 background-color: #E6E6E6;
 border: 1px solid;
 border-color: #E6E6E6;

}
.moduleRowOver { 
	background-color: #AEAFB2; 
	border: 1px solid;
	border-color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    line-height: 1.5; 
	
	}
.moduleRowSelected {
	background-color: #999;
}

.price {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #6C3;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: none;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
}
.priceKopie {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9933;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: none;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
}
.Produktliste_ueberschrigt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5A93C9;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dashed;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
}
.rot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FF0000;
	border: thin none #FF6600;
}
.suggest_link {
	background-color: #FFFFFF;
	padding: 2px 6px 2px 6px;
}
.suggest_link_over {
	background-color: #DEDEDE;
	padding: 2px 6px 2px 6px;
	cursor: pointer;
}
#search_suggest {
	position: absolute;
	visibility: hidden;
	background-color: #FFFFFF;
	text-align: left;
	border: 1px solid #c0c0c0;
}
.pricestart {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFCC33;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: none;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
	font-style: italic;
}
.versandhinweis {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	color: #666666;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: none;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
	font-style: normal;
}
.produkt_info {
	width: 549px;
}
.produktbeschreibung {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.cheaply_table {border:1px solid #dddddd; background-color:#f2f2f2;} 
.cheaply_description {border-left:1px solid #dddddd;padding:5px;} 
.cheaply_line {height:0px; border-bottom:1px solid #dddddd; padding:5px;} 
/* Register Tabs fpr advanced products description Contribution from http:// www.xtc-shoplayout.de */



.dynamic-tab-pane-control.tab-pane {

	position:	relative;

	width:		100%;

}



.dynamic-tab-pane-control .tab-row .tab {

	border-right:1px solid rgb(251,210,99); font-family:	Verdana, Helvetica, Arial;

	font-size:		12px;

	cursor:			Default;

	display:		inline;

	float:			left;

	background:		rgb(255,255,204);

	border-left:	0px none;

	border-bottom:	0px none;

	border-top:		0px none;

	

	cursor:			hand;

	cursor:			pointer;

	

	z-index:		1;

	position:		relative;

	top:			0; margin-left:5px; margin-right:-5px; margin-top:1px; margin-bottom:1px; padding-left:6px; padding-right:6px; padding-top:3px; padding-bottom:3px

}



.dynamic-tab-pane-control .tab-row .tab.selected {

	border-left:1px solid rgb(251,210,99); border-right:1px solid rgb(120,172,255); border-top:1px solid rgb(251,210,99); border-bottom:0px none; z-index:		3;

	top:			-2px;

	background:		white; margin-left:0px; margin-right:-6px; margin-top:1px; margin-bottom:-2px; padding-left:6px; padding-right:6px; padding-top:2px; padding-bottom:5px

}



.dynamic-tab-pane-control .tab-row .tab a {

	font-family:		Verdana, Helvetica, Arial;

	font-size:			13px;

	color:				rgb(255,255,204);

	text-decoration:	none;

	cursor:			hand;

	cursor:			pointer;	

}



.dynamic-tab-pane-control .tab-row .hover a {

	color:	rgb(255,255,204);

}



.dynamic-tab-pane-control .tab-row .tab.selected a {

	font-weight:	bold;

}



.dynamic-tab-pane-control .tab-page {

	clear:			both;

	border:			1px solid rgb(255,255,204);

	background:		White;

	z-index:		2;

	position:		relative;

	top:			-2px;

	color:			Black;

	font-family:	Verdana, Helvetica, Arial;

	font-size:		13px;

	padding:		10px;

}



.dynamic-tab-pane-control .tab-row {

	z-index:		1;

	white-space:	nowrap;

	background:		rgb(255,255,255);

	height:			1.85em;

	width:			100%;

}
/*** ATTRIBUTS */

.attributs_header {
  background-color: #F6F6F6;
  color: #000000;
  border-bottom: 1px solid;
  border-color: #000000;
}

.attributs_content {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  padding: 2px;
  background-color: #dddddd;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;

}

TR.attributs_new, TD.attributs_new {
  background-color: #eeeeee;
  border-bottom: 1px solid #cccccc;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;}

.attributs_name {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
  border-bottom: 1px solid #dddddd;
  background-color: #f2f2f2;}

/*** ATTRIBUTS EOF */	
/* End */

.cart_new {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #FFF;
}
.cart_new {
	color: #FFF;
}
con {
	width: 560px;
	padding-left: 10px;
}
.main_con {
	width: 560px;
	padding-left: 6px;
	border: thin dotted #666;
}

.rma_choose {font-family: Verdana, Arial, sans-serif;font-size: 10px;color: #000000;background-color:#eeeeee;}  
.rma_table_heading {font-family: Verdana, Arial, sans-serif;font-size: 10px;color: #000000;background-color:#dddddd;  
padding-left:5px;  
height:18px;}  
.rma_table_content {font-family: Verdana, Arial, sans-serif;font-size: 10px;color: #000000;background-color:#f1f1f1;  
padding-left:5px;  
height:18px;}  
.rma_choose_body {font-family: Verdana, Arial, sans-serif;font-size: 10px;padding:5px;}  
.rma_options {font-family: Verdana, Arial, sans-serif;font-size: 10px;}  
.main table tr .conditions strong {
	color: #F00;
}
.productOldPrice {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #F00;
	font-weight: normal;
}
productsNEWprice {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
}
.box_new_login {
	background-color: #ffffff;
	height: 10px;
	width: 377px;
	text-indent: -1px;
	float: none;
}
morepics {
	margin: 3px;
	padding: 3px;
	width: 98%;
}
