/* CSS Document */
/*HTML Tags*/
body{margin: 0;	padding: 0;background:url("pagebg.png") repeat 0 0  #485c7a;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	color:#4D5F7A;
}
h1, h2, h3, h4, h5, h6, p, address, blockquote, table, dl, fieldset, img{border: none;line-height:1.8em;}
a{text-decoration:none;color:#127cd6;}
a:hover{color:#0ae;}
img {
	border: none;
}
hr{
	height: 1px;
	width: 100%;
	padding:0;
	margin: 0;
	border: none;
	background:url("hline.png") center center  transparent;
}
/*HTML Styles*/
/*option page*/
.option-page{
}
.option-page .store-product-price-original{
	font-size:12px;
}

.option-page .store-product-price
{
	font-style: italic;
}
/*product item*/
.product-page{
}
.product-page img{
	max-width:150px;
	max-height:150px;
}
.product-page .store-product-price{
	
	font-size: 1.4em;
	font-style: italic;
}
.product-page .store-product-price-original{
	color: red;
}
.product-page .store-product-detail-description-short{
	font-size: 16px;
	line-height: 1.8em;
}
/*cross-sell items*/
.cross-page {
padding: 10px 20px;
background: url(topdown-bg.png) center -150px no-repeat;
-webkit-border-radius: 12px 12px 0px 0px
-moz-border-radius: 12px 12px 0px 0px;
border-radius: 12px 12px 0px 0px;

}

.cross-item{
	border-bottom:1px dashed #bbb;
	padding-bottom: 5px;
}
.cross-item img{
	max-width:100px;
	max-height:100px;
}
.cross-item .store-product-price{
	color:#0a0;
	font-size: 1.4em;
	font-style: italic;
}
.cross-item .store-product-price-original{
	color: red;
}
.cross-item .store-product-list-item-description-short{
	font-size: 16px;
	line-height: 1.8em;
}

/*header*/
div#header, div#nav , div#content, div#footer, div#bottom{
	margin: 0 auto;
	width: 960px;
}

div#header{
	height: 80px;
	background:url("headerbg.png") 0 0  transparent;
	
}
div#header #header-container{
	margin: 0 auto;
	width: 960px;
	height:60px;
}
div#header #header-container #logo{
	float:left;
	padding-top:10px;
	margin-left: 20px;
	width: 160px;
}
div#header #header-container #navbar{
	float: right;
	margin-right:10px;
}
div#header #header-container #navbar ul{
	list-style-type: none;
	float: left;
	margin-top: 36px;
}
div#header #header-container #navbar ul li{
	float: left;
	padding: 0 3px;
}

div#header #header-container #navbar ul li a, div#header #header-container #navbar ul li a:hover, div#header #header-container #navbar ul li a:visited{
	color:#444;
	padding: 5px 16px;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	text-shadow:0 1px 0 #fff;
}
div#header #header-container #navbar ul li a:hover{
	text-shadow:none;
	background-color:#adbedb;
	
	box-shadow: 0 1px 0 rgba(255, 255, 255, .87), inset 0 1px 3px rgba(0, 0, 0, .75);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .87), inset 0 1px 3px rgba(0, 0, 0, .75);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .87), inset 0 1px 3px rgba(0, 0, 0, .75);
	-o-box-shadow: 0 1px 0 rgba(255, 255, 255, .87), inset 0 1px 3px rgba(0, 0, 0, .75);
	
	border-radius: 999px;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	-o-border-radius: 999px;
}
div#header #header-container #navbar ul li a.current{
	text-shadow: 0 1px 0 #333;
	background-color:#40546e;
	color: #fff;
	
	box-shadow: 0 1px 0 rgba(255, 255, 255, .87), inset 0 1px 3px rgba(0, 0, 0, .75);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .87), inset 0 1px 3px rgba(0, 0, 0, .75);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .87), inset 0 1px 3px rgba(0, 0, 0, .75);
	-o-box-shadow: 0 1px 0 rgba(255, 255, 255, .87), inset 0 1px 3px rgba(0, 0, 0, .75);
	
	border-radius: 999px;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	-o-border-radius: 999px;
}


/* nav section*/
div#nav{
	height:180px;
	width: 100%;
	
	background:url("appsbg.png") repeat-x 0 0  transparent;
}
div#nav2{
	height:180px;
	width: 960px;
	
	background:url("appsbg.png") repeat-x 0 0  transparent;
}
div#nav #app_nav{

	margin: 0 auto;
	width: 100%;
	min-width: 980px;
	overflow: visible;
	text-align: center;
}
div#nav #app_nav ul{
	list-style-type: none;
	
	padding: 0;
	margin: 0;
}
div#nav #app_nav ul li{
	display: inline-block;
	width: 160px;
	
	text-align: center;
	padding-top:10px;
}
div#nav #app_nav ul li a, div#nav #app_nav ul li a:visited{
	font-size: 14px;
	color: #d6e0ed;
	text-shadow:#f2f2f2 0 0px 1px ;
}
div#nav #app_nav ul li a:hover{
	color: #fff;
}

div#nav #app_nav ul li img{
	width: 110px;
	height: 110px;
}
div#nav #app_nav ul li.selected{
	background:url("current_bg.png") no-repeat 0px -30px  transparent;
}
div#nav #app_nav ul li p{
	padding: 0;
	margin: 0;
	margin-top: 4px;
}
div#nav #app_nav ul li:hover{
	background:url("current_bg.png") no-repeat 0px -40px  transparent;
}

/* body section*/
div#container{
	margin: 0 auto;
	min-height: 400px;
	width: 960px;	
/*	background:url("topdown-bg.png") no-repeat 0 0  transparent;*/
	background-color:#d6e0ed;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	-moz-border-radius: 8px;
}
div#container #content{
	min-height: 200px;
	width: 100%;
	padding: 5px 0;
	
}
div#container #content hr{
	margin: 10px 0;
}



div#bottom {
	height:30px;
	width: 1000px;

}
/* footer */
div#footer{
	text-align:center;
	padding: 20px 0;
	color:#e0e9f7;
}
#footer a{color:#d6e0ed;}

#footer a:hover{color:#a6bdda; text-decoration:none; }
	#footer ul{
		list-style-type:none; 
		text-align:left;
		display: block;
	}
	
	#footer ul li{/*display:inline;*/ padding:5px; font-size:12px; border-bottom:dotted 1px #aaa;}
/*	#footer ul li a{color:#d6e0ed;}
	#footer ul li a:hover{color:#a6cddf;text-decoration:none;}*/
	
#footer ul.products, #footer ul.pages{
	float: left;
	margin-right:60px;
}	
#footer p{
	float: right;
	text-align:left;
	margin-top: 20px;
	display:inline-block;
	width: 500px;
	font-size: 12px;
}
#footer p i{
	font-size:10px;
}	
/*Misc classes*/
.cl{
	clear:both;
	/*height:1px;*/
	background-color:transparent;
}

.round{
	background-color:#d9e5f4;
	border: solid 1px #c6d5e8;
	text-shadow: #F2F2F2 0 1px 0;
	/*
	box-shadow: 0 1px 0 rgba(255, 255, 255, .87), inset 0 1px 3px rgba(0, 0, 0, .75);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .87), inset 0 1px 3px rgba(0, 0, 0, .75);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .87), inset 0 1px 3px rgba(0, 0, 0, .75);
	-o-box-shadow: 0 1px 0 rgba(255, 255, 255, .87), inset 0 1px 3px rgba(0, 0, 0, .75);
	*/
	border-radius: 999px;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	-o-border-radius: 999px;
}

a.button{
	display: block;
	font-weight: normal;
	font-size: 16px;
	line-height: 1em;
	text-align: center;
	padding: 12px 16px 12px 16px;
	width: 202px;
	position: relative;
	margin: 0 auto 12px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	color: #364A56;
	background: #d6e0ed;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d6e0ed),to(#b5c2d7));
	background: -moz-linear-gradient(0% 100% 90deg, #d6e0ed, #b5c2d7);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .87), 0 3px 7px rgba(0, 0, 0, .55);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .87), 0 3px 7px rgba(0, 0, 0, .55);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .87), 0 3px 7px rgba(0, 0, 0, .55);
	-o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .87), 0 3px 7px rgba(0, 0, 0, .55);
	border-radius: 9999px;
	-webkit-border-radius: 9999px;
	-o-border-radius: 9999px;
	-moz-border-radius: 9999px;
	z-index: 1;
}
a.button:hover{
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .87), 0 3px 7px rgba(0, 0, 0, .55);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .87), 0 3px 7px rgba(0, 0, 0, .55);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .87), 0 3px 7px rgba(0, 0, 0, .55);
	-o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .87), 0 3px 7px rgba(0, 0, 0, .55);
	
}

a.buynow{
	
	font-size: 14px;
	padding: 8px 12px;
	color: #333;
	font-weight: bold;
	text-shadow: 0 1px 0 #efefef;

	background: #8ddd37;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8ddd37),to(#519806));
	background: -moz-linear-gradient(0% 100% 90deg, #8ddd37, #519806);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .87), 0 3px 7px rgba(0, 0, 0, .55);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .87), 0 3px 7px rgba(0, 0, 0, .55);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .87), 0 3px 7px rgba(0, 0, 0, .55);
	-o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .87), 0 3px 7px rgba(0, 0, 0, .55);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	-moz-border-radius: 8px;
	z-index: 1;
	
}

/* from order.css*/
div#container #purchase {
	background:url(topdown-bg.png) center top no-repeat transparent;
	padding: 20px 100px;
}

div#container #purchase  #purchaseComment{
}

div#container #purchase  #related_apps{
	padding:10px 0;
}
div#container #purchase  #related_apps ul{
	text-align: center;
	list-style-type: none;
	background-color:#dce5f0;
	padding: 5px;
}
div#container #purchase  #related_apps ul li{
	display:inline-block; 
	margin-left:20px;
}
div#container #purchase  #related_apps ul li img{
	float: left;
}
div#container #purchase  #related_apps ul li span {
	float: left;
	margin: 12px 20px 0 10px;
}

div#container #purchase  #appicon{
	float: left;
	width: 300px;
	height: 300px;
}

/*store.css*/
div#container #purchase .product{
	
}
div#container #purchase .product h3{
	font-size: 30px;
	padding: 0;
	margin: 0;
	padding-left: 46px;

}
div#container #purchase .product .item{
/*	background:url("buyitembg.png") repeat-x 0 0  transparent;*/
	height: 140px;
	border-bottom: 1px solid #b3c2dd;
}

div#container #purchase .product .item h4{
	font-size: 20px;
	padding: 0;
	margin: 0;
}

div#container #purchase .product .item .icon{
	float: left;
}
div#container #purchase .product .item .icon img{
	width: 100px;
	height: 100px;
}
div#container #purchase .product .item .desc{
	padding: 0 20px;
	width: 360px;
	height: 140px;
	float:left;
}

div#container #purchase .product .item .buy{
/*	padding-top: 45px;*/
	height: 60px;
	width: 250px;
	float:right;
	padding-right: 10px;
}

div#container #purchase .product .item  .buy .price{
	margin-top: 10px;
	font-size: 36px;
	/*width: 100px;
	float: left;*/
	text-align:right;
	display: inline-block;
	width: 100%;
}
div#container #purchase .product .item  .buy a{	
/*
	position: relative;
	top: 10px;
	left: 70px;
	*/
	font-size: 14px;
/*	padding: 8px 12px;*/
	color: #333;
	font-weight: bold;
	text-shadow: 0 1px 0 #efefef;	
}
div#container #purchase .product .item  .buy  .buylink{
	width: 100%;
/*	float:right;*/
	margin-top: 20px;
}
div#container #purchase .product .item  .buy   .buylink .addcart, div#container #purchase .product .item  .buy  .buylink  .ordernow{
	text-align: left;
	display: inline-block;
	height: 30px;
	min-width: 100px;
	
}

div#container #purchase .product .item  .buy a div{

	display:inline-block;
	text-align:center;
}
