#lbOverlay { position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
	#lbOverlay.grey { background-color: #000000; }
	#lbOverlay.red { background-color: #330000; }
	#lbOverlay.green { background-color: #003300; }
	#lbOverlay.blue { background-color: #011D50; }
	#lbOverlay.gold { background-color: #666600; }

#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lbMain a img { border: none; }

#lbOuterContainer { position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto; }
	#lbOuterContainer.grey { border: 3px solid #888888; }
	#lbOuterContainer.red { border: 3px solid #DD0000; }
	#lbOuterContainer.green { border: 3px solid #00B000; }
	#lbOuterContainer.blue { border: 3px solid #5F89D8; }
	#lbOuterContainer.gold { border: 3px solid #B0B000; }

#lbDetailsContainer {	font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em;	overflow: auto; margin: 0 auto; }
	#lbDetailsContainer.grey { border: 3px solid #888888; border-top: none; }
	#lbDetailsContainer.red { border: 3px solid #DD0000; border-top: none; }
	#lbDetailsContainer.green { border: 3px solid #00B000; border-top: none; }
	#lbDetailsContainer.blue { border: 3px solid #5F89D8; border-top: none; }
	#lbDetailsContainer.gold { border: 3px solid #B0B000; border-top: none; }

#lbImageContainer, #lbIframeContainer { padding: 10px; }
#lbLoading {
	position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url(../images/loading.gif) center no-repeat;
}

#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }

#lbPrev { width: 49%; height: 100%; background: transparent url(../images/blank.gif) no-repeat; display: block; left: 0; float: left; }
	#lbPrev.grey:hover, #lbPrev.grey:visited:hover { background: url(../images/prev_grey.gif) left 15% no-repeat; }
	#lbPrev.red:hover, #lbPrev.red:visited:hover { background: url(../images/prev_red.gif) left 15% no-repeat; }
	#lbPrev.green:hover, #lbPrev.green:visited:hover { background: url(../images/prev_green.gif) left 15% no-repeat; }
	#lbPrev.blue:hover, #lbPrev.blue:visited:hover { background: url(../images/prev_blue.gif) left 15% no-repeat; }
	#lbPrev.gold:hover, #lbPrev.gold:visited:hover { background: url(../images/prev_gold.gif) left 15% no-repeat; }
	
#lbNext { width: 49%; height: 100%; background: transparent url(../images/blank.gif) no-repeat; display: block; right: 0; float: right; }
	#lbNext.grey:hover, #lbNext.grey:visited:hover { background: url(../images/next_grey.gif) right 15% no-repeat; }
	#lbNext.red:hover, #lbNext.red:visited:hover { background: url(../images/next_red.gif) right 15% no-repeat; }
	#lbNext.green:hover, #lbNext.green:visited:hover { background: url(../images/next_green.gif) right 15% no-repeat; }
	#lbNext.blue:hover, #lbNext.blue:visited:hover { background: url(../images/next_blue.gif) right 15% no-repeat; }
	#lbNext.gold:hover, #lbNext.gold:visited:hover { background: url(../images/next_gold.gif) right 15% no-repeat; }

#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
	#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey { color: #333333; }
	#lbPrev2.red, #lbNext2.red, #lbSpacer.red { color: #620000; }
	#lbPrev2.green, #lbNext2.green, #lbSpacer.green { color: #003300; }
	#lbPrev2.blue, #lbNext2.blue, #lbSpacer.blue { color: #01379E; }
	#lbPrev2.gold, #lbNext2.gold, #lbSpacer.gold { color: #666600; }
	
#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
	#lbPrev2_Off.grey, #lbNext2_Off.grey { color: #CCCCCC; }
	#lbPrev2_Off.red, #lbNext2_Off.red { color: #FFCCCC; }
	#lbPrev2_Off.green, #lbNext2_Off.green { color: #82FF82; }
	#lbPrev2_Off.blue, #lbNext2_Off.blue { color: #B7CAEE; }
	#lbPrev2_Off.gold, #lbNext2_Off.gold { color: #E1E100; }
	
#lbDetailsData { padding: 0 10px; }
	#lbDetailsData.grey { color: #333333; }
	#lbDetailsData.red { color: #620000; }
	#lbDetailsData.green { color: #003300; }
	#lbDetailsData.blue { color: #01379E; }
	#lbDetailsData.gold { color: #666600; }

#lbDetails { width: 60%; float: left; text-align: left; }
#lbCaption { display: block; font-weight: bold; }
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }

#lbClose { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbClose.grey { background: url(../images/close_grey.png) no-repeat; }
	#lbClose.red { background: url(../images/close_red.png) no-repeat; }
	#lbClose.green { background: url(../images/close_green.png) no-repeat; }
	#lbClose.blue { background: url(../images/close_blue.png) no-repeat; }
	#lbClose.gold { background: url(../images/close_gold.png) no-repeat; }

#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPlay.grey { background: url(../images/play_grey.png) no-repeat; }
	#lbPlay.red { background: url(../images/play_red.png) no-repeat; }
	#lbPlay.green { background: url(../images/play_green.png) no-repeat; }
	#lbPlay.blue { background: url(../images/play_blue.png) no-repeat; }
	#lbPlay.gold { background: url(../images/play_gold.png) no-repeat; }
	
#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPause.grey { background: url(../images/pause_grey.png) no-repeat; }
	#lbPause.red { background: url(../images/pause_red.png) no-repeat; }
	#lbPause.green { background: url(../images/pause_green.png) no-repeat; }
	#lbPause.blue { background: url(../images/pause_blue.png) no-repeat; }
	#lbPause.gold { background: url(../images/pause_gold.png) no-repeat; }
	
	
#paging {font-family: Verdana, Tahova, Helvetica, Sans; font-size: 10px; width: 540px; text-align:center;}
.page {color: #00baff; border: solid 1px #EFEFEF; padding: 3px; display: inline;}
.selected {color: #000;}
.shadow {color: #afafaf;}


body {
	margin: 0;
	padding: 0;
	background: url(../images/bbg.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 16px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #009FE3;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 14px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000;
	font-weight: bold;
}

h3 {
	font-size: 1em;
}
hr{
	color: #ccc;
	background: #ccc;
	border: solid #ccc 1px; 
}
hr.thin {
	height: 0px;
	border-width: 0;
	border-bottom:1px dashed grey;
	padding-bottom:0px;
}
a {
	text-decoration: none;
	color:#009FE3;
}

a:hover {
	border-bottom: none;
	text-decoration: underline;
}

a img {
	border: none;
}
input{
	padding: 2px 0 0 4px;
	color: #000; 
	border: 1px solid #B8B8B8;
	font-size: 11px; 
	color: #000;
	height:20px;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}
#saveAccount{
	padding-top:30px;	
}
.center-align{
	text-align:center;
}
.button {
 	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
 	background-color: #D7E5F2;
 	color: #102132;
 	margin-left: 12px;
 	margin-top: 3px;
 	margin-bottom: 2px;
}
.productCart a{
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
 	color: #000000;
	text-decoration:underline;
}
.cartHeader {
	display:block;
	font-size: 18px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #009FE3;
	font-weight:bold;
	margin-top:5px;
	margin-left:10px;
}
.sendOrder{
	display:block;
	text-align:center;	
}
.gal{
	padding-left:20px;	
	padding-top:10px;
}
.labelcell {
 	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
 	width: 80px;
}
.redsmall {
 	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: red;
}
.redsmall1 {
 	font-size: 10px;
	color: red;
}
.redmid {
 	font: 16px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: red;
	font-weight:bold;
}
.bluesmall {
 	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #009FE3;
}
.labelPoz {
	display:block;
	font-size: 15px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #009FE3;
	font-weight:bold;
	margin-top:5px;
}
.rezervovat{
	text-align:center;
	height:40px;
}
.koupit{
	display:block;
	height:47px;
	width:200;
	text-align:right;
}
.fieldcell {
 	height:30px;
 	text-align: left;
 	margin-right: 0px;
 	padding-right: 0px;
} 
.inputpole {
	padding: 2px 0 0 2px;
	color: #000; 
	border: 1px solid #B8B8B8;
	font-size: 11px; 
	color: #000;
	height:16px;
} 
.button{
	padding: 0px 0 2px 2px;
	color: #000; 
	border: 1px solid #666666;
	font-size: 11px; 
	color: #000000;
	font-weight:bold;
	background: #CCC;
	height:18px;
}
.inputpoleF {
	padding: 2px 0 0 2px;
	color: #000; 
	border: 1px solid #B8B8B8;
	font-size: 11px; 
	color: #000;
	height:16px;
}
.loginState {
	font-size: 10px;
	color: red;
}
.skladem{
	font-size: 12px;
	padding-top:0px;
	color: #999999;
}
.rezimg{
	float:left;
	margin-right:15px;
}
.rezdescription{
	font-size: 14px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #009FE3;
}
.rezkod{
	font-size: 10px;
	font-family: Arial;
	color: #666666;
}
#rezproduct{
	height:100px;
}
#rezheader{
	clear:both;
}
#signup table {
 	background-color: #F9FBFD;
 	color: #000000;
 	width: 540px;
 	border: 1px solid #D7E5F2;
 	border-collapse: collapse;
}

#signup td {
 	border: 1px solid #D7E5F2;
 	padding-left: 4px;
}
#header {
	padding:0px;
	width: 1000px;
	margin: 0 auto;
	height: 195px;
	background: #ffffff;
}

/* Header */
#logo {
	width: 1000px;
	height: 166px;
	background:url(../images/header.jpg) no-repeat;
}
#alphaClick{
	float:left;
	}
#smallCartFull {	
	margin-top:20px;
	float: right;
	width: 170px;
	height: 150px;
	background: url(../images/kosikH-full.png);
	background-repeat:no-repeat;
	background-position:right;
	behavior: url(/css/iepngfix.htc);
	bgcolor:#333333;
}

#smallCartEmpty {	
	margin-top:20px;
	float: right;
	width: 170px;
	height: 150px;
	background: url(../images/kosikH-empty.png);
	background-repeat:no-repeat;
	background-position:right;
	behavior: url(/css/iepngfix.htc);
	bgcolor:#333333;
}
.smallCtextS{
	font-size: 15px;
	font-weight: bold;
	color: #cccccc;

}
.smallCprice{
	display:block;
	padding-top:3px;
	font-size: 19px;
	font-weight: bold;
	color:#fff;
}
.countItems{
	font-size: 12px;
	font-weight: bold;
	color: #fc0;
}
.smallCtext {
	display:block;
	float: right;
	text-align:right;
	padding-top:40px;
	padding-right:10px;
	height: 70px;
	width:150px;
}

/* Menu */

#menu {
	width: 1000px;
	height: 40px;
	background: #ffffff;
	background: url(../images/menu_r.gif) repeat-x;
	color: #ffffff;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin: 2px 4px 5px 4px;
	padding: 5px 20px 3px 16px;
	border-right: 2px #cccccc dotted;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;	
	font-weight:bold;
	color: #ffffff;
}

#menu a:hover {
	color: #000000;
}

#menu .current_page_item a {
	color: #000000;
	text-decoration: underline;
}

/* Wrapper */

#wrapper {

}

/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	background: #ffffff;
}

#page-bg {
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */
#content2 {
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	width: 760px;
	text-align:left;
}

#content {
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	width: 540px;
}

#prodsline {
	margin-left: 5px;
	margin-right: 10px;
	float: center;
	width: 530px;
	height: 100px;
	background:#fff;
}
#detailimages {
	text-align: left;
	margin-left: 5px;
	margin-right: 10px;
	width: 210px;
	float: left;
	background:#FFF;
}
#detailtexts {
	text-align: left;
	margin-left: 5px;
	margin-right: 10px;
	float: right;
	width: 300px;
}
#detailprices{
	height:60px;
	background:#fff;
}

#detailpriceold{
	text-align:center;
	float:left;
	width:150px;
	height:60px;
	background:url(../images/cena-grey.jpg) no-repeat;
}

#detailpricenew{
	text-align:center;
	float:right;
	width:150px;
	height:60px;
	background:url(../images/cena-blue.jpg) no-repeat;
}
#detailpricenewonly{
	text-align:center;
	float:left;
	width:150px;
	height:60px;
	background:url(../images/cena-blue.jpg) no-repeat;
}
#otherimgs{
	clear:both;
	background:#fff;
}
#detailmandiv{
	clear:both;
	margin:0 auto;
}
#detailmandivimg{
	min-height:40px;
	float:left;
	clear:both;
	margin:0 auto;
}
#zoomB{
	position:absolute;
	height: 31px;
	width: 30px;
	margin-top:160px;
	z-index: 1;
	margin-left:170px;
}
.delivName{
	font-size: 14px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #009FE3;
	font-weight: bold;
}
.delivNameRed{
	font-size: 14px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: red;
	font-weight: bold;
}
.delivComm{
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #666666;
}
.delivPrice{
	font-size: 16px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #666666;
	font-weight: bold;
}
.orderTotal{
	font-size: 16px;
	color:#000000;
}
.detailPriceOldSm{
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
.detailPriceNewSm{
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
.detailPriceOld{
	font-size: 20px;
	font-weight: bold;
	text-decoration:line-through;
	color: #fff;
}
.detailPriceNew{
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
}
.usetrite {
	clear:both;
	display: block;
	margin-top:5px;
	text-align:center;
	padding: 5px;
	font-size: 16px;
	color: #FFF;
	background:#cc0e00;
}
.detailman {
	padding-left:10px;
	padding-top:10px;
	font-size: 12px;
	color: #666;
}
.contactItem {
	display: block;
	padding-bottom:5px;
	font-size: 13px;
	color: #666;
}
#paddingLeft{
	padding-left:12px;
}
.userName {
	font-size: 14px;
	color: #666;
	color: #0076d6;
	font-weight:bold;
}
.kod {
	padding-top:10px;
	font-size: 10px;
	color: #666;
}
.detailman a {
	padding-top:10px;
	font-size: 12px;
	color: #0076d6;
}
.detailman a:hover{
	padding-top:10px;
	font-size: 12px;
	color: #333;
}
.smallLink{
	font-size: 12px;
	color: #0076d6;
	text-decoration:underline;
}
.smallLink a {
	font-size: 12px;
	color: #0076d6;
	text-decoration:underline;
}
.smallLink a:hover {
	padding-top:10px;
	font-size: 12px;
	color: #0076d6;
	font-weight:bold;
}
.detailsizes {
	font-weight: bold;
	display: block;
	padding-top:10px;
	font-size: 12px;
	color: #666;
}
.buybutts {
	margin-right:5px;
}
.sizeradio {
	display: block;
	padding-top:5px;
	padding-bottom:5px;
	font-size: 12px;
	color: #666;
}
.detailAddImage{
	border:dotted #ccc 1px;	
	margin-top:10px;
	margin-left:10px;
}

.line{	
	background-color:#E2E2E2;
	height: 3px;
}
.katrow{
	min-height:200px;
	margin-top:5px;
}
.productItem{
	width: 150px;
}
.productItemKat{
	width: 180px;
	float:left;
	text-align:left;
}
.prodcontent{
	text-align:center;
	width: 150px;
}
.prodsizes{
	display: block;
	width:150px;
	height:15px;
	font-size: 10px;
	font-family: Arial;
	color: #666666;
}
.properties {
	position:absolute;
	height: 100px;
	width: 80px;
	margin-top:60px;
	z-index: 1;
	margin-left:90px;
}
.prodcontent{
	text-align:center;	
}
.saletext{
	display: block;
	height: 30px;
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	color: #ffffff;
	background: url(../images/red-a.png);
	background-repeat:no-repeat;
	behavior: url(/css/iepngfix.htc);
}
.newtext{
	display: block;
	height: 30px;
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	color: #ffffff;
	background: url(../images/blue-a.png); 
	background-repeat:no-repeat;
	behavior: url(/css/iepngfix.htc);
}
.novinka{
	margin-left: 15px;
	
}
.sleva{
	margin-left: 20px;
	
}
.spacer2{
	display: block;
	padding: 2px;
	margin-left:3px;
}
.spacer1{
	display: block;
	padding:3px;
	margin-left:3px;
}
.prodName {
	font-size: 11px;
	color: #000000;
}
.prodName a{
	font-size: 11px;
	color: #000000;
}
.prodName a:hover{
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
.prodName1 {
	font-size: 11px;
	color: #000000;
}
.prodName1 a{
	font-size: 11px;
	color: #000000;
}
.prodName1 a:hover{
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
.prodItemPrice {
	font-size: 18px;
	font-weight: bold;
	color: #F00;
}
.prodItemOldPrice {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-decoration: line-through;
}
.prodItemOldText {
	font-size: 12px;
	font-weight: bold;
	color: #333;
}
.prodItemDesign {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #1F84E5;
	margin-bottom:5px;
}
.spacer{
	display: block;
	height: 3px;
}
.menuheaders {
	cursor:hand;
	display:block;
	padding: 0px;
	background: url(../images/button-main.gif);
	background-repeat:no-repeat;
	height:38px;	
}
.menuItem{
	position:absolute;
	margin: 6px 8px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}	
.menuheadersR {
	background: url(../images/button-main-right.gif);
	background-repeat:no-repeat;
	height:38px;	
}
.menuItemR{
	position:absolute;
	margin: 6px 8px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

.post {
	padding-bottom: 15px;
	line-height: 200%;
}

.post h1 {
	font-weight: normal;
}

.title {
	margin: 0;
	padding: 10px 0 0 20px;
	font-weight: normal;
}

.title a {
	border-bottom: none;
	color: #000000;
}

.title a:hover {
	border-bottom: 1px dotted #FFFFFF;
}

.byline {
	border-bottom: 2px solid #FFFFFF;
	margin: -10px 20px 20px 20px;
}

.tag {
	padding: 0 15px;
	font-size: 16px;
	color: #333333;
}

.entry {
	padding: 0 20px;
}

.links {
	padding: 4px 20px;
	text-align: left;
	font-weight: bold;
	background: #FFFFFF;
}

.links a {
	border: none;
}

.links a:hover {
}

/* Sidebars */

#sidebar1 {
	float: left;
}

#sidebar2 {
	float: right;
}

.sidebar {
	float: left;
	width: 220px;
	padding: 0;
	font-size: 12px;
	background:#FFFFFF;
}

.sidebar ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}

.sidebar li li {
	margin: 0 3px 0 3px;
	padding: 3px 15px;
	color: #333333;
	font-size:12px;
}
.sidebar li li a{
	color: #666666;
	font-size:12px;
}
.sidebar li li a:hover{
	color: #333333;
	font-weight:bold;
	font-size:12px;
}
#labels li{
	border-bottom:1px #cccccc dashed;
	margin: 0px 0px 10px 0px;
	}

#recomend li{
	border-bottom:1px #333333 dashed;
	margin: 0px 15px 10px 15px;
}

/* Search */

#searchform {
	margin: 0;
	padding: 0 0 0 0;
}

#searchform br {
	display: none;
}

#searchform h2 {
}

#s {
	margin: 10px 0px 0 15px;
	padding: 2px 2px;
	width: 110px;
	height: 18px;
	border: 1px solid #423525;
	background: #FFFFFF;
	font-size: 10px;
	color: #CCCCCC;
}

#x {
	margin: 0;
	padding: 2px 5px;
	height: 25px;
	background: #FFFFFF;
	border: 1px solid #423525;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}

/* Footer */

#footer {
	width: 1000px;
	margin: 0 auto;
	background: #0757B0;
	border-top: 2px solid #423525;
	color:#fff;
	font-size:11px;
	padding:0 10px 10px 10px;
	text-align:center;
}

#footer p {
	margin: 0;
	padding: 15px 0 0 0;
	text-align: center;
	font-size: smaller;
	color: #ffffff;
}
#labels{
	text-align:center;
	background:#FFFFFF;
	}
#footer a {
	color: #fff;
}

.image_wrapper_01 {
	float: left;
	position: relative;
	margin: 3px 10px 0 0;
	background: #ccc;
	padding: 4px;
}

.image_wrapper_01 img {
	border: 1px solid #ccc;
}

.image_wrapper_02 {
	position: relative;
	margin: 0 0 5px 0;
	background: #131212;
	padding: 4px;
}

.content_section {
	clear: both;
	padding: 0 0 0 0;
}
.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.margin_bottom_10 { clear: both; width: 100%; height: 10px; font-size: 1px;	}
.margin_bottom_20 { clear: both; width: 100%; height: 20px; font-size: 1px;	}
.allnews{
	display:block;
	font-weight:bold;
	padding-left:200px;
	font-size:16px;
	color:#333;
	text-decoration:underline;
	
}

