/* CSS Document */
/* CHOCO STYLE*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body{
	color: #DFE4D0;
	background: #93B5CE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

img {
	border: 1px solid #CCC;
	padding: 7px;	
	background: #fff;
}

h1{
	font-size: 32px;
	padding: 20px 0 15px 60px;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

h1 span{
	font-size: 20px;
}

h2{
	font-size: 16px;
	margin-top: 10px;
	margin-bottom:10px;
	font-weight: bold;
}

p{
	margin-bottom:8px;
	font-size: 14px;
	line-height:24px; 
}

a {
	color: #DFE4D0;
}
		
#pagecontainer{
	background: #F3F2E7 URL(../images/style/choco_pagecontainer.png) repeat-y;
	width:960px;
	margin:auto;
	overflow:auto;
}

#main{
	padding:20px;
}


/*ONE COLUMN LAYOUT*/
#shop{
	margin-left:40px;
}

#items{
	margin-left:40px;
	margin-top:40px;
}
/*ONE COLUMN LAYOUT ENDS*/

/*TWO COLUMN LAYOUT 
#shop{
	float: right;
	width:250px;
	margin-right:20px;
}

#items{
	width:500px;
	margin-left:40px;
}
TWO COLUMN LAYOUT ENDS*/




.itemprofile{
	padding-bottom:90px;
}

form {
	float:left;
	padding-right: 10px;
}

form img {
	padding:0px;
}

.button{
	padding:5px;
	background: #D3C1A9;
	color: #3B2725;
	border: 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	cursor:pointer;		
}

.button:hover{
	background: #A2A235;
	color: #F3F2E7;	
}

#footer{
	padding: 0 0 0 60px;
}

#footer, #footer p{
	font-size: 12px;
}

#footer span{
	font-weight:bold;
	text-decoration: underline;
}



/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/drop_lists.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#lists {padding:0; margin:0px 0 0px 0px; list-style:none; position:relative;  width:600px; z-index:500;} /* margins for this demonstration only */
#lists li {display:inline; float:left; height:25px; background:url(line.gif) no-repeat 0 4px;}
#lists li a.tl {display:block; width:150px; height:25px; text-decoration:none; line-height:20px; font-size:12px; font-weight:bold; text-indent:10px; font-weight:normal; color:#000; background:url(white_arrow.gif) no-repeat 130px 5px;}
#lists div {display:none;}
#lists li a:hover {text-decoration:underline; white-space:normal; background-position:130px 15px;}
#lists li:hover > a {text-decoration:underline; white-space:normal; background-position:130px 15px;}
#lists :hover div
{display:block; width:598px; background:#f0f5ee; position:absolute; left:0; top:-190px; border:1px solid #888; padding-bottom:10px;}
#lists :hover div dl {display:inline; padding:0; margin:20px 10px 10px 10px; float:left; width:179px;}
#lists :hover div dl dd {padding:0; margin:0;}
#lists :hover div dt a {text-decoration:none; cursor:default; font-weight:normal; color:#fff;}
#lists :hover div dd a {display:block; text-decoration:none; font-weight:normal; font-size:11px; color:#000; text-indent:10px; line-height:15px;}
#lists :hover div dd a:hover {text-decoration:underline;}
#lists .clear {clear:both;}


