/* Stylesheet for the Virtual Store Plugin from easymods.co.uk */

/* Buying items */

div#buy_item_container {
	width: 650px;
	/*height: 205px;*/
	margin: 0 auto 0 auto;
	padding: 5px 0;
	position: relative;
	overflow:hidden;
	left: 50%;
	margin-left: -325px;
}
div#all_items_for_purchase {
	margin: 0 auto;
	padding: 0;
	width: 505px;
	position: relative;
	left: 50%;
	margin-left: -252px;
	text-align: center;

}
p#store_aboveitems {
	width: 650px;
	margin: 0 auto;
	padding: 0;
	background-color: #d9d9d9;
}
p#store_belowitems {
	text-align:right;
	width: 647px;
	padding: 0 3px 0 0;
	margin: 0 auto;
	background-color: #d9d9d9;
	height: 15px;
}
.store_abitemstxt {
	font-family: Verdana, Helvetica, Arial, sans;
	font-size: 11px;
	font-weight: bold;
}
.store_rule {
	width: 650px;
	margin: 10px auto;
	padding: 0;
	background-color: #d9d9d9;
}
div#store_buynowform {
	margin: 0 auto;
	padding: 0;
	font-size:10pt;
	width:650px
}
div.store_buynowcell {
	width: 200px;
	height: 50px;
	margin: 0;
	padding: 0;
	float: left;
}
input.store_input {
	width: 170px;
}
div.store_bnformsection {
	width: 600px;
	margin: 0 auto;
	padding: 0;
	clear: both;
}
div#contact_info, div#address_info {
	padding: 0;
	margin: 0;
}
#show_item_container {
	margin: 25px 0px 10px 170px;
	padding: 0;

	height:280px;
}

#show_item_image  {
	margin: 0;
	padding: 0;
	width: 300px;
	height: 100%;
	float:left;
}

#show_item_image img {
	margin: 0 auto;
	vertical-align: middle;
}

#show_item_info {
	margin: 0 0 0 15px;
	padding: 0;
	width: 408px;
	height: 100%;
	float:right;
}

.show_item_left {
	margin: 0;
	padding: 0;
	width: 32%;
	height: 18px;
	float:left;
	font-weight: bold;
}

.show_item_right {
	margin: 0;
	padding: 0;
	width: 68%;
	height: 18px;
	float:right;
}

.show_item_left_big {
	margin: 0;
	padding: 0;
	width: 32%;
	float:left;
	font-weight: bold;
}

.show_item_right_big {
	margin: 0;
	padding: 0;
	width: 68%;
	float:right;
}

/* here */

div.item_image, div.item_image2 {
	/*width: 64px;;*/
	/*height: 64px;;*/
	display: inline;
	margin: 0 5px 5px 0;
	padding: 8px;
	width: 300px;
	/*float: left;*/
	text-align: center;
}
div.item_image {
	/*border: 8px solid #fff;*/
	cursor: pointer;
}
div.item_image2 {
	border: 8px solid #d9d9d9;
	cursor: pointer;
}

.buy_link {
	color: #ff0000;
	font-weight: bold;
	font-size: 10pt;
}

.buy_link1 {
	color: #00cc00;
	font-weight: bold;
	font-size: 10pt;
	cursor: pointer;
}

div.buy_link1:hover, div.buy_link3:hover {
	text-decoration: underline;
}
div.store_buy_link {
	text-align:center;
	padding-bottom: 8px;
	height:20px;
}

.buy_link3 {
	font-weight: bold;
	color: #3366ff;
	font-size: 10pt;
	cursor: pointer;
}

#item_desc_container {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 0px 0px 0px 20px;
	width: 416px;
}

/* Purchase Made */

#confirm_title {
	font-size: 10pt;
	font-weight: bold;
	width: 764px;
	height: 44px;
	text-align:center;
	padding-top: 8px;
}

#confirm_item {
	text-align:center;
	padding: 15px 15px 5px 15px;
	font-size: 14pt;
}

/* Common */

#item_container {
	margin: 0;
	padding: 15px;
}
#store_title {
	text-align: center;
	font-size: 25px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans;
	margin-bottom: 15px;
}
.store_button {
	margin-left: 106px;
}