@charset "utf-8";
/* CSS Document */
		/* the overlayed element */
		.simple_overlay {
			/* must be initially hidden */
			display:none;
			
			/* place overlay on top of other elements */
			z-index:10000;
			
			/* styling */
			background-color:#333;
			
			width:675px;	
			min-height:200px;
			border:1px solid #666;
			
			/* CSS3 styling for latest browsers */
			-moz-box-shadow:0 0 90px 5px #000;
			-webkit-box-shadow: 0 0 90px #000;	
		}
		
		/* close button positioned on upper right corner */
		.simple_overlay .close {
			background-image:url(http://static.flowplayer.org/tools/img/overlay/close.png);
			position:absolute;
			right:-15px;
			top:-15px;
			cursor:pointer;
			height:35px;
			width:35px;
		}
		.next, .prev {
			
			/* absolute positioning relative to the overlay */
			position:absolute;
			top:40%;	
			border:1px solid #666;	
			cursor:pointer;
			display:block;
			padding:10px 20px;
			color:#fff;
			font-size:11px;
			
			/* upcoming CSS3 features */
			-moz-border-radius:5px;
			-webkit-border-radius:5px;	
		}
		
		.prev {
			left:0;
			border-left:0;
			-moz-border-radius-topleft:0;
			-moz-border-radius-bottomleft:0;
			-webkit-border-bottom-left-radius:0;
			-webkit-border-top-left-radius:0;
		}
		
		.next {
			right:0;
			border-right:0;
			-moz-border-radius-topright:0;
			-moz-border-radius-bottomright:0;
			-webkit-border-bottom-right-radius:0;
			-webkit-border-top-right-radius:0;	
		}
		
		.next:hover, .prev:hover {
			text-decoration:underline;
			background-color:#000;
		}
		
		/* when there is no next or previous link available this class is added */
		.disabled {
			visibility:hidden;		
		}
		
		/* the "information box" */
		.info {
			position:absolute;
			bottom:0;
			left:0;	
			padding:10px 15px;
			color:#fff;
			font-size:11px;
			border-top:1px solid #666;
		}
		
		.info strong {
			display:block;	
		}
		
		/* progress indicator (animated gif). should be initially hidden */
		.progress {
			position:absolute;
			top:45%;
			left:50%;
			display:none;
		}
		
		/* everybody should know about RGBA colors. */
		.next, .prev, .info {
			background:#333 !important;
			background:rgba(0, 0, 0, 0.6) url(http://static.flowplayer.org/tools/img/global/gradient/h80.png) repeat-x;		
		}
		
		#triggers {
			text-align:center;
		}
		
		#triggers img {
			background-color:#fff;
			padding:2px;
			border:1px solid #ccc;
			margin:15px 2px;
			-moz-border-radius:4px;
			-webkit-border-radius:4px;
		}
		
		/* the active thumbnail */
		#triggers a.active img {
			outline:1px solid #000;
		
			/* show on top of the expose mask */
			z-index:9999;
			position:relative;
		}
	
.examplesli
{
	list-style-type:disc;
	padding-left: 30px;
	line-height: 2.0em;	
}

.graph
{
	border: none;
	background: transparent url(../shop/shop_images/graph1.jpg) repeat-x scroll center top;
	height: 15px;
	padding:0px;
	margin:0px;
	max-width: 600px;
	min-width: 1px;
}

.graph2
{
	border: none;
	background: transparent url(../shop/shop_images/graph2.jpg) repeat-x scroll center top;
	height: 15px;
	padding:0px;
	margin:0px;
	max-width: 600px;
	min-width: 1px;
}

.graph3
{
	border: none;
	background: transparent url(../shop/shop_images/graph3.jpg) repeat-x scroll center top;
	height: 15px;
	padding:0px;
	margin:0px;
	max-width: 600px;
	min-width: 1px;
}

#upitems
{
	clear:left;
}

.itemprev_list li
{
	float: left;
	padding: 2px;
	margin: 10px;
	border: 1px dotted #000;
}

.item_previews
{
	width: 150px;
	height: 100px;
}

.shop_navigation
{
	position: relative;
	border:1px solid #DBDCD4;
	-moz-border-radius: 5px;
	background: #FFF;
	width: auto;
	padding: 5px;
	margin: 15px 0px;
}

.shop_navigation .shopcart
{
	position: absolute;
	top: -32px;
	left: -10px;
	width:64px;
	height:64px;
	background: url(../images/shopcart.png) no-repeat scroll center top;
}

.shop_navigation .welcome
{
	text-align:center;
}

.shop_navigation ul.links
{
	margin:15px auto;
	padding:5px 0;
	width:400px;
}

.shop_navigation ul.links li
{
	display:inline;
	float:left;
	padding:0px 10px;
}

.download
{
	background: url(../shop/shop_images/download_button.png) no-repeat scroll center top;
	display:block;
	height:72px;
	position:absolute;
	right:30px;
	top:20px;
	width:150px;
}

.purchaseform
{
	margin:10px auto;
	width:165px;
}

.purchaseoptions
{
	background: url(../shop/shop_images/purchase.png) no-repeat scroll center top;
	border:none;
	cursor:pointer;
	font-size:1.6em;
	font-weight:bold;
	height:165px;
	padding:10px;
	position:relative;
	text-align:center;
	width:165px;
}

.addcomment
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	background:url(../shop/shop_images/item_preview_add_comment.jpg) no-repeat center top;
	width: 140px;
	height: 47px;
}
.breadcrumb
{
	font-size: 0.8em;
	margin-top: 5px;
	padding: 0px 0px 10px 0px;
	clear: left;
}

.itemdescription
{
	padding: 1px 5px 5px 5px;
	clear: left;
	margin: 10px 0px 0px 0px;
	line-height: 1.6em;
	font-size: 1.1em
}

.itemdescription li
{
	list-style-type:disc;
padding: 0px 5px;
margin: 5px;
font-size: 0.8em;
}

.link_button:link, .link_button:visited
{
	color:#FFFFFF;
	text-decoration:none;
	background:url(../shop/shop_images/button_background.jpg) repeat-x center top;
	border:1px solid #065295;
	font-weight:bold;
	line-height:20px;
	padding:3px 10px;
}

.link_button:hover, .link_button:active
{
	color:#FFFFFF;
	text-decoration:none;
	background:url(../shop/shop_images/button_background_hover.jpg) repeat-x center top;
	border:1px solid #679800;
	font-weight:bold;
	line-height:20px;
	padding:3px 10px;
}


.singleitemimg
{
	width: 572px;
	height: 320px;
}

.singleitemextra
{
	position:absolute;
	background:#2F333B url(../shop/shop_images/item_preview_background.jpg) no-repeat center top;
	top: 70px;
	width: 320px;
	height: 150px;
	left: 126px;
}

.singelitemlinks
{
	padding-top:70px;
	text-align:center;
	width:320px;
}

.singleitempreview
{
	position: relative;
	width: 572px;
	height: 320px;
	border: 1px solid #CFCFCF;
}

.item_comments p
{
	margin: 10px 0px;
}

.mainitembox
{
	clear:left;
	height:105px;
	position:relative;
	width:auto;
	border:1px solid #DBDCD4;
	-moz-border-radius: 5px;
	background: #FFF;
	margin: 8px 0px;
}

.itemboxtitle
{
	font-size:1.2em;
	left:115px;
	position:absolute;
	top:4px;
}

.itemtags
{
	left:115px;
	position:absolute;
	top:60px;
}

.smalldesc
{
	font-size:0.8em;
	left:115px;
	line-height:0.9em;
	position:absolute;
	top:27px;
	width:335px;
}

.purchasedon
{
	left:115px;
	position:absolute;
	top:60px;
}

.itemprice
{
	font-size:18px;
	position:absolute;
	right:30px;
	top:20px;
}

.itemsales
{
	position:absolute;
	right:35px;
	top:45px;
}

.itemimg
{
	width: 80px;
	height: 80px;
	padding: 5px;
	border: 1px solid #DBDCD4;
	background:#FFF;
	float: left;
	margin: 5px 5px;
}

.subcats
{
	margin:0 auto;
	width:auto;
}

.subcats li
{
	margin:0;
padding:5px 2px;
}

.shopcattitle
{
	font-size: 20px;
}

shopcatbox 
{
	margin:5px;
	padding:3px;
	position:relative;
	width: 100%;
}

.shopcats
{
	margin:10px 0px;
}

.shop_cat_box
{
	border-top:1px solid #DBDCD4;
	border-right:1px solid #B4B4B4;
	border-bottom:1px solid #B4B4B4;
	border-left:1px solid #DBDCD4;
	width: auto;
	padding: 5px;
	background: #FFF;
}

.shop_cat_box h1
{
	font-size:1.6em;
	margin:0px 0px 6px 0px;
}

.shopcatbox .shopcatimg
{
	width: 200px;
	height: 100px;
	padding: 3px;
	margin: 0px 0px 0px 32px;
	border: 1px dotted #9F9F9F;
}

.shopcatbox .shopcatimgsmall
{
	width: 16px;
	height: 16px;
	padding: 2px;
	margin: 0px;
	border: 1px dotted #9F9F9F;
}

.shopcats .shopcatimg
{
	float:left;
	padding:6px 6px 6px 0px;
}

.shopcats .catdescription
{
	padding:10px 0px 0px 0px;
}

.shopcats .main_desc_rest
{
	margin:5px 0px;
	clear:left;
}

.popular_items
{
	height: 150px;	
}

.popular_items li
{
	display:inline;
	float:left;
	padding:10px 0;	
}

hr.special
{
	height: 38px;
	background:url(../images/hr.png) no-repeat top left;
	border:none;
	clear:left;
}

input.button
{
	padding: 2px;
	margin: 0px 5px;
	border-top:1px solid #7db933;
	border-right:1px solid #3a7e00;
	border-bottom:1px solid #3a7e00;
	border-left:1px solid #7db933;
	cursor:pointer;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background:url(../images/button_gradient.png) repeat-x top left;
	color:#FFF;
	font-size:1em;
}

.share_thoughts
{
	font-size:0.8em;
	float:left;
	width: 140px;
	margin:0px 0px 50px 0px;
	font-style:italic;
}

.share_thoughts img
{
	float:left;
	padding:3px;
}
/* END SHOP STYLE*/