/*
Messum's Start a Collection
Copyright Messum's 2009
All rights reserved */


/*
------------------------------------------------------------------------

					FORMATTING	

------------------------------------------------------------------------
*/

body{
	line-height: 1.5em;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Tahoma, Lucida Grande, sans-serif;
	font-size: 11px;
	color: #666;
	height: 100%;
	width: 100%;
	background: #f2f2f2 url('img/bg.jpg') repeat-y 50% 0;
	float: left;
}

.clear{
	clear: both;
}


.left{
	float: left;
}

.right{
	float: right;
}

/* ---------- STYLES AND CLASSES -------------- */
a{
	color: #666;
}


h1{
	margin: 0px;
	font-size: 18px;
	color: #777;
	font-weight: lighter;
}


h2{
	margin: 5px 0 5px 0;
	font-size: 14px;
	color: #777;
	font-weight: lighter;
}
.subtitle{
	font-style: italic;
	color: #777;
}

a img{
	border: none;
}

p{
	margin: 0 0 10px 0;
}

p.article:first-letter{
	font-size: 36px;
	line-height: 30px;
	font-weight: lighter;
	font-family: Georgia, Times, serif;
	float: left; 
	padding: 1px 6px 0 0;
}

.price { 
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ed1c24;
	line-height:  15px;
}

.old_price {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:  15px;
	text-decoration: line-through;
}


.news_item{
	border-bottom: 1px #ccc solid;
	padding: 20px 0;
	margin: 10px 0;
}

.news_item img{
	border: 1px #999 solid;
	margin: 0 10px 10px 0;
}

.item{
	margin-top: 20px;
	width: 630px;
	text-align: right;
}
.item td{
	padding: 10px;
}

.item img{
	float: left;
	border: 1px solid #666;
}

.sidebar_input{
	color: #999; 
	width: 180px; 
	background: none; 
	border: 1px #666 solid; 
	padding: 3px;
	float: left;
}


/*
------------------------------------------------------------------------

					LAYOUT	

------------------------------------------------------------------------
*/

#wrapper{
	width: 920px;
	margin: 0 auto;
	padding: 20px 0 0 0
}

#header{
	width: 880px;
	margin: 0 auto;
	text-align: left;
	float: left;
	padding: 0 20px;
}

#nav{
	width: 500px;
	margin: 15px 0 0 0;
	text-align: left;
	float: left;
	clear: both;
}
#nav ul{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav ul li{
	padding: 0 25px 0 0;
	margin: 0;
	float: left;
}

/*------------------- */

#banner{
	width: 920px;
	float: left;
	margin: 10px 0;
}


/*------------------- */

#content{
	float: left;
	width: 880px;
	text-align: left;
	padding: 0 20px;
	margin: 10px 0 0 0;
}
#content ul{
	list-style: none;
	list-style-image: url('img/li-arrow.gif');
	padding-left: 20px;
}
#content li{
	padding: 5px;
	margin-right: 30px;
}
#left_col{
	width: 630px;
	float: left;
}
#right_col{
	width: 230px;
	float: right;
}
#right_col img{
	margin: 0 0 15px 0;
}
#detail img{
	border: 1px #999 solid;
}

#pricescale{
	background-image: url('img/pricescale.gif');
	background-position: center bottom;
	background-repeat:  no-repeat;
	text-align: left;
	background-color: #dde1dd;
	width: 630px;
	height: 120px;
	margin: 30px 0 20px 0;
}

#pricescale p{
	padding: 10px;
}

#pricescale .option{
	float: left;
	
}


/*------------------- */


#footer{
	width: 880px;
	margin: 20px 0 20px 0;
	padding: 0 20px;
	float: left;
	color: #999;	
}
#footer a{
	color: #999;
}