/*<group=Store>*/

#storecontainer {
	width: 695px;
	display: block;
	margin: 0px;
	padding: 170px 0px 0px 5px;
	background: url(../images/storegradient.gif) repeat-x;
	position: relative;
}

#csseditbox {
	position: absolute;
	top: 25px;
	left: 200px;
	background: url(../images/arrow.gif) no-repeat 38px 109px;
	width: 112px;
	height: 100px;
	padding-bottom: 20px;
}

#dsplusbox {
	position: absolute;
	top: 25px;
	left: 400px;
	background: url(../images/arrow.gif) 38px 109px no-repeat;
	padding-bottom: 20px;
	width: 112px;
	height: 100px;
}

p#csseditprice {
	font-size: 16px;
	text-align: right;
	line-height: 19px;
	cursor: default;
	top: 50px;
	left: 85px;
	position: absolute;
	width: 100px;
	padding: 0px;
	margin: 0px;
}

p#dsplusprice {
	font-size: 16px;
	text-align: left;
	line-height: 19px;
	cursor: default;
	top: 50px;
	left: 503px;
	position: absolute;
	width: 160px;
	padding: 0px;
	margin: 0px;
}

#storecontainer span { color: #646464; }

#csseditbuttons, #deskshadebuttons {
	width: 150px;
	text-align: center;
	display: block;
	position: absolute;
	top: 150px;
	margin: 0;
	padding: 0;
}

#csseditbuttons { left: 180px; }
#deskshadebuttons { left: 385px; }

a.padded {
	margin: 0;
	display: block;
	padding: 12px 0 0;
}

p#warning {
	background: url(../images/warning.gif) no-repeat 10px 5px;
	padding: 0px 0px 30px 43px;
	font-size: 10px;
	margin: 20px 60px 0px 50px;
	color: #6A6A6A;
}
	
/*</group>*/

