/* Import CSS for John Denver Peace Cloth - Store Page */

/*
#98d9e2 - mint green
#3473c2 - blue
#c8b3ed - lavender
#0b3d7d - midnight blue
#fafac4 - yellow
#e2d6f8 - lt lavender
*/

ul.store { /*for list of US payment options*/
	margin: 0;
	padding: 0;
	list-style-type: square;
	margin-left: 20px;
}
	
ul.store li {
	margin: 0 30px 15px 20px;
    font: 75% Verdana, Arial, Helvetica, sans-serif;
	line-height: 175%;
	text-align: left;
	color: #0b3d7d;
}


#jdpc_store {
	width: 525px;
	padding: 0 25px;
}

*html #jdpc_store {
	margin-left: 15px;
	padding: 0;
}

.item { /*for Store items* - thumb and info*/
  	width: 525px;	
  	min-height: 245px;
	padding: 15px 0 10px 0;
	border-bottom: 1px solid #3473c2;
	overflow: hidden;
}

.item img { /*for thumbnails*/
    float: left;
	width: 150px;
	border: 5px solid #3473c2;
	margin-top: 12px;
}

.item_short { /*for shorter items*/
	width: 525px;	
    min-height: 200px;
	padding: 15px 0 10px 0;
	border-bottom: 1px solid #3473c2;
	overflow: hidden;
}

.item_short img { /*thumbnails for shorter images*/
    float: left;
	width: 150px;
	border: 5px solid #3473c2;
	margin-top: 12px;
}

.info { /*for header, description, and form*/
    float: right;
	width: 365px;
	line-height: 150%;
}

.info p {
	font-size: 70%;
	line-height: 160%;
}

.info form { /*for Add to Cart buttons*/
	margin-right: 205px;
}

.info form.tshirt { /*for tshirt select boxes and buttons*/
	font-size: 75%;
	margin-right: 110px;
}

.info select { /*aligns select box with Add to Card button*/
	vertical-align: top;
	margin-top: 2px;
	font-size: 100%;
}

.item img.poster { /*for Dreamland Express Poster*/
	width: 115px;	
}

#overseas { /*Overseas info*/
	margin-top: 20px;
	font-size: 90%;
}


*html #overseas p {
	margin: 0;
}

#view { /*View Cart Button*/
  	width: 525px;	
  	height: 50px;
	padding: 25px 0 10px 0;
	border-bottom: 1px solid #3473c2;
	overflow: hidden;	
}

img.new { /*for New icon*/
	float: right;
	border: none;
	width: 47px;
	height: 50px;
	margin-top: -3px;
	margin-right: 20px;
}
