/* Document CSS
	 Main style for ddls
*/
html {
	
}


body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans Serif;
	font-size: 11px;
	
	background-image: url('../imgs/bg.gif');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #7D7D7D;
}

div {
	/*background-color: orange;*/
}

#shadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 50;
	background-color: black;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
	display:none;
}

#dialog {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
	display: none;
	/*background-color: orange;*/
	text-align: center;
}

#main {
	width:755px;
	text-align: left;
	
	background-image: url('../imgs/ddls-sro-logo.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

input {
	font-size: 10px;
	font-family: tahoma;
}

input.t {
	border:1px solid #ccc;
} 

#topline {
	color: gray;
	padding: 0;
	height: 35px;
	position: relative;
}

#datebox {
	display: block;
	position: absolute;
 	top: 0px;
 	left: 0px;
 	width: 198px;
 	height: 25px;
 	background-color: #333;
}

#userbox {
	display: block;
	position: absolute;
 	top: 0px;
 	left: 201px;
 	width: 198px;
 	height: 25px;
 	background-color: #333;
}

#userbox .toplnk, #cartbox a {
	line-height: 24px;
	padding: 7px 12px;
	color: silver;
	background-color: #333;
	text-decoration: none;
}

#userbox .toplnk:hover, #cartbox a:hover {
	background-color: #ff0000;
	color: white;
}

#cartbox {
	display: block;
	position: absolute;
 	top: 0px;
 	left: 402px;
 	width: 198px;
 	height: 25px;
 	z-index: 10;
	background-color: #333;
}

.cartin {
	width: 194px;
	background-color: #eee;
 	border: 2px solid #ff0000;
}

/*.toplnk {
	padding: 2px 10px;
	line-height: 15px;
	color: gray;
	text-decoration: none;
	background-color: #333;
}

.toplnk {
	/*background-color: #eee;/
	
}
*/

.userboxtop {
	position: relative;
	border-left: 1px solid white;
	line-height: 19px;
	padding: 0 10px;
}


#searchline {
	background-color: #eee;
	border-bottom: 1px solid #ccc;
	line-height: 22px;
	height:22px;
	padding: 0 10px;
}

#searchline form {
	float:left;
}

#pagename {
	float:right;
}

#content {
	width:939px;
	background-image: url('../imgs/h02.gif');
	background-repeat: repeat-y;
	background-position: 145px 0;
	z-index: 6;
}

#header {
	height: 70px;
	z-index: 10;
}

#logo {
	float: left;
	margin: 0;
	width: 145px;
}

#headbox {
	margin-left: 145px;
	height: 70px;
	background-image: url('../imgs/h01.gif');
	background-position: bottom;
	background-repeat: no-repeat;
}

#motive {
	float:right;
}

#menuL1 {
	height: 30px;
}

#menuL1 .L1 {
	list-style-type: none;
	height: 30px;
	margin: 0;
	padding: 0;
	padding-left: 6px;
}

.L1 li {
	float:left;
	height: 30px;
	padding: 0;
	margin: 0;
	_padding-bottom: 4px;
	_height:34px;
}

.L1 li a {
	color: #ddd;
	text-decoration: none;
	font-size: 12px;
	padding: 8px 9px;
	margin: 0;
	line-height: 30px;
	height: 30px;
	background: transparent url(../imgs/topmn.gif) no-repeat scroll left bottom;
}

.L1 li a:hover {
	background-color: #000 !important;
}

.L1a {
	font-weight: bold;
	color: #fff;
	background-color: transparent;
	background-image: url('../imgs/topmna.gif') !important;
	background-repeat: no-repeat;
	background-position: left bottom !important;
}


#menuL2 {
	float: left;
	width: 150px;
	background: transparent url(../imgs/lftmn.gif) repeat-y scroll right center;
}

.L2 {
	clear: both;
	margin: 10px;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #777;
}

.L2 li {
	margin: 0;
	padding: 0;
	line-height: 23px;
  border-bottom: 1px solid #777; 
}

.L2 li a {
  line-height: 18px;
  padding: 5px 5px;
  text-decoration: none;
  color: #ddd;
}

.L2 li a:hover {
  color: white;
}

#main_cont {
	margin-left: 150px;
	margin-right: 189px;
}

.#main_cont .cont {

}

#rightbox {
	float: right;
	width: 200px;
	/*height: auto;
	^height: 500px;*/
	background-color: #eee;
	margin:10px;
	margin-left:0;
}

#footer {
	text-align: center;
	line-height: 20px;
	height: 20px;
	background-color: #eee;
	border-top: 1px solid #ccc;
}

.lft {
	float: left;
}

.rght {
	float: right;
}

.clr {
	clear: both;
}


.KSTopBox {
	float: right;
	width: 19px;
	height: 19px;
	position: 19px;
	position: relative;
	background-color: yellow;
}

#KStop {
	position: absolute;
	left: 0;
	top: 0;
}

.rfrm {
	padding: 10px 20px;
	/*border-left: 1px solid silver;
	border-right: 1px solid silver;
	background-color: #eeeeee;*/
}

h1 {
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	/*border-bottom:1px solid black;*/
	font-weight: normal;
	font-family: Arial;
	font-size: 25px;
	line-height: 25px;
	text-align: right;
	color:  darkorange;
}

h3 {
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	/*border-bottom:1px solid black;*/
	font-weight: normal;
	font-family: Arial;
	font-size: 17px;
	line-height: 17px;
	color:  darkorange;
}

.frLine {
	padding: 20px;
	margin: 2px 0;
	border: 1px solid silver;
	/*background-color: #eee;*/
}

.mp div { height:20px; font-weight:bold; }
.mp label { color:gray; font-weight:normal;  }

.frLine div {
	padding: 10px 20px 0;
	font-size: 12px;
	line-height: 20px;
}

.frLine label {
	width:40%; 
	padding-right: 10px;
	display: block;
	float: left;
	text-align: right;
}

.frI {
	border:1px solid orange;
	font-size: 12px;
	width: 200px;
}

.frB {
	font-size:11px;
	font-weight: bold;
}

.alc {
	text-align: center;
}
.oinfo {
	padding:10px;
	background-color:white;
	text-align:center;
	margin:2px 10px;
	font-size:12px; color:white;
	background-color:#F09B4B;
	background-image:url('../imgs/oinfo.jpg');
	background-repeat:repeat-x;
	background-position:bottom;
}
.cinfo {
	padding:10px;
	background-color:white;
	text-align:center;
	margin:2px 10px;
	font-size:12px; color:white;
	background-color:#5E73B4;
	background-image:url('../imgs/cinfo.jpg');
	background-repeat:repeat-x;
	background-position:bottom;
}

.shopItemRow { width:100%; _width:577px; border-top:1px solid #fff3d1;
	padding:1px 0; sbackground-color:#fff; height:60px;
}
.clear { clear:both; }
.shopItem { margin:0; float:left; width:200px; background-color:transparent; background-image:url('../imgs/bgShopItem.gif'); background-position:0px 0px; background-repeat:no-repeat; height:185px; }
.shopItemRow h4 { font-family: Arial, Tahoma, Verdana; margin:0; margin-bottom:5px; font-size:15px; color:darkred; line-height:16px; height:32px; padding:0; }

.LInfo { float:left; width:390px; xbackground-color:gold; }
.RInfo { float:left; width:190px; }

.roller { height:60px; padding:0 10px; overflow:hidden; position:relative; }
.roller-ruller { width:180px; height:60px; position:relative; xbackground-color:#fff3d1; }
.roller-info { padding: 0 10px; }
.roller-price { width:180px; height:84px; left:0px; position:absolute; z-index:7; }

.pstick {
	width: 84px;
	height: 54px;
	background: transparent url('../imgs/pstick.gif') no-repeat scroll center center;
	text-align: center;
	float:left;
}

.pstick b {
	display: block;
	color: darkred;
	font-family: Arial Narrow, Arial, Trebuchet MS;
	font-size: 18px;
	line-height: 18px;
	padding: 10px 0 0 0;
}

.pstick span {
	display: block;
	line-height: 11px;
	font-size: 11px; 
}

.ptab {
	margin-left: 85px;
	height: 54px;
}

.pcart {
	clear: both;
	position: relative;
}

.cartmj {
	position:absolute;
	top:2px;
	left:3px;
	width:60px;
	height:14px; 
	border:0; 
	text-align:right; 
	font-size:11px;
	padding-right: 2px;
	z-index: 7;
}

.namemj {
	position: absolute;
	display: block;
	top: 2px;
	left: 66px;
	width: 20px;
	line-height: 17px;
	font-size: 11px;
	z-index: 7;
}

.pinfo {
	margin-left: 85px;
	height: 54px;
	position: relative;
}

.x {
	position: absolute;
	top: 10px;
	overflow: hidden;
	width: 29px;
	height: 35px;
	z-index: 8;
}

.shopItem .Tab {
  padding: 0;
  margin: 0;
  list-style-type: none;
  height: 60px;
  border-top: 1px solid #fff;
}

.shopItem .Tab li {
  margin: 0;
  margin-left: 1px;
  font-size: 10px;
  line-height: 12px;
}

.abutt {
  background-color: darkorange;
  color: white;
  text-decoration: none;
  font-weight: bold;
  padding: 2px 10px;
  
}

.abutt:hover {
  text-decoration: underline;
  background-color: darkred;
}

.mjb {
  padding: 2px 10px;
}

.carthd {
  background-color: #ddd;
  padding: 8px;
  font-family: Tahoma;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: bold;
  color: silver;
  background-color: #333;
}

.cItem {
  padding:4px 8px;
  border-bottom: 1px solid silver;
}

.cItem b.head {
  display:block;
  margin-right: 25px;
  color:white;
}

.cItem img {
  float:right;
  cursor: pointer;
  /*vertical-align: middle;*/
}

.cItem div {
  color:silver;
}

.xclick {
  padding: 5px 10px;
  font-family: Arial;
  font-size: 23px;
  line-height: 38px;
  letter-spacing: 2px;
  /*font-weight: bold;*/
  color: darkorange;
  text-decoration: none;
  border:1px solid white;
  margin:2px; 
}

.xclick:hover {
  color: red;
  border-color: red;
}

.iTab {
	border-collapse: collapse;	
}

.iTab th {
	background-color: #eee;
	border:1px solid silver;
	padding: 3px 6px;
	text-align: left;
}

.iTab td {
	border:1px solid silver;
	padding: 3px 6px;
}

.iTabr {
	border-collapse: collapse;	
}

.iTabr th {
	background-color: #eee;
	border:1px solid silver;
	border-left: none;
	border-right: none;
	padding: 3px 6px;
	text-align: left;
}

.iTabr td {
	border:1px solid silver;
	border-left: none;
	border-right: none;
	padding: 3px 6px;
}

.filter {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.filter li {
	float: left;
	line-height: 15px;
}

.flt {
	display: block; 
	margin: 2px 5px 0 0;
	padding: 2px 5px;
	border:1px solid #DDD;
	text-decoration:none;
	color: gray;
}

.acf {
	background-color: #eeeeee;
	font-weight: bold;
	color: orange;
}

.foot_x {
	background-image: url('../imgs/bg_x.gif');
	background-position: top;
	background-repeat: repeat-x;
	width: 192px;
	text-align: right;
	height: 20px;
	overflow: hidden;
}

.triBlock {
	padding: 10px 20px;
}

.block_3a {
	float: left;
	width: 185px;
}

.block_3b {
	padding: 0 20px 0 0;
}

.link { background: none; color:gray; line-height:25px; padding:0 15px;}
.link:hover { color:darkorange; }

.errmsg { background-color: #c2c2c2; background-image: url('../imgs/errico.gif'); background-repeat: no-repeat; background-position: 0 0; min-height:20px; _height:50px; padding:15px; padding-left:60px;  }
#colR2 { float:right; width:184px; color:silver; }
#colR2 a { color:silver; }
#colR2 a:hover { color:white; }
