/*==================================================================

Project:		[The Karate Shop]
Version:		1.0
Last update:	22/02/2010

=====================================================================*/

.standout
{
	color: #7EA9C5;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
}
/* Global Defaults
=====================================================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,tr,th,td,embed,object {
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img,abbr{
	border:0;
}
ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
a,a:link,a:visited,a:hover { 
	color:#0e6fad;
	text-decoration:none; 
}
a:focus,a:hover { 
	text-decoration:underline;
}
a img { 
	border:0; 
}
.clear { 
	clear:both; 
}
.textcenter{
	text-align:center;
}
.textright{
	text-align:right;
}
    

/* Global Elements
=====================================================================*/
body {
	background: url(../product_images/560/background.jpg) fixed;
	line-height: 1.6em;
	font-family: arial, verdana, serif;
	min-height:100%;
	font-size:12px;
	color:#484848;
}
.replace{
	position:relative;
	margin:0;
	padding:0;
	/* \*/
	overflow:hidden;
	/* */
}
.replace span{
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.skiplink{
	display:none;
}
/* Start CSS Coding
=====================================================================*/

#wrapper {
	width:860px;
	margin:0 auto;
	padding:0 4px;
	background: url(../product_images/560/back_content.png) repeat-y;
	position:relative;
}
#wrapperbottom{
    background: url(../product_images/560/back_wbottom.png) no-repeat;
    width:868px;
    height:4px;
    font-size:0px;
    margin:0 auto;
}
#header {
	width:860px;
	height:101px;
	padding:25px 0 0 0;
	background:url(../product_images/560/back_header.png) repeat-x;
}
#logo{
	width:287px;
	height:85px;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:block;
	margin:0 auto;
	text-indent:-5000px;
}
#logo span{
	background:url(../product_images/560/logo.png) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}
#toplink{
    height:56px;
    font-family: Tahoma, Arial, Verdana;
    font-size:14px;
    font-weight:bolder;
    background: url(../product_images/560/back_toplink.png) repeat-x;
}
#toplink li{
    display:block;
    float:left;
    height:56px;
    background: url(../product_images/560/toplink_li.png) no-repeat top right;
}
#toplink ul li a{
    color:#fff;
    display:block;
    float:left;
    height:36px;
    padding:20px 33px 0 33px;
    background: url(../product_images/560/toplink_a.png) no-repeat;
}
#toplink ul li a:hover, #toplink ul li.active a{
    color:#484848;
    background: url(../product_images/560/toplink_h.png) repeat-x;
    text-decoration:none;
}
#toplink ul li.loginowner{
    font-size:12px;
    background: url(../product_images/560/toplink_log.png) repeat-x;
}
#toplink ul li.loginowner a{
    padding-left:20px;
    padding-right:20px;
}
#topbanner{
    width:690px;
    height:166px;
    padding:40px 0 0 170px;
    font-size:18px;
    font-family:arial,verdana,serif;
    color:#484848;
    line-height:20px;
    background: url(../product_images/560/back_bannertop.jpg) no-repeat;
    margin:0 auto;
}
#topbanner ul.bullet1 li{
    background: url(../product_images/560/bullet_1.png) no-repeat 0 5px;
    padding:0 0 0 18px;
    margin:5px 0;
}
#startershop{
	width:152px;
	height:30px;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:block;
	margin:0 0 10px 0;
	text-indent:-5000px;
}
#startershop span{
	background:url(../product_images/560/startershop.png) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
}
#premiumshop{
	width:150px;
	height:30px;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:block;
	margin:0 0 10px 0;
	text-indent:-5000px;
}
#premiumshop span{
	background:url(../product_images/560/premiumshop.png) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
}
.order{
	width:174px;
	height:45px;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:inline;
	float:left;
	margin:-30px 0 0 400px;
	text-indent:-5000px;
}
.order span{
	background:url(../product_images/560/btn_order.png) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}

.order2{
	width:174px;
	height:45px;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:inline;
	float:right;
	margin-top:10px;
	text-indent:-5000px;
}
.order2 span{
	background:url(../product_images/560/btn_order.png) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}

#maincontent{
    background: url(../product_images/560/back_contentgrad.png) repeat-x 0 100%;
    padding:0 0 20px 0;
    min-height: 275px;
}
#maincontent p{
    padding:0 0 10px 0;
}
.contenthalf{
    width:370px;
    padding:10px 30px 0 30px;
    float:left;
}
.imgscreenshot{
    border:3px solid #dedede;
    float:right;
    display:inline;
    margin:0 0 0 10px;
}
.imgright{
    float: right;
    display:inline;
}
.hseparator{
    width:860px;
    height:18px;
    background: url(../product_images/560/hseparator.png) no-repeat;
}

#content2cols{
    background: url(../product_images/560/vseparator.png) no-repeat 428px 10px;
    
}
ul.listbulleted li{
    background: url(../product_images/560/bullet_2.gif) no-repeat 0 6px;
    padding:0 0 0 10px;
}
ul.listbulleted2 li{
    background: url(../product_images/560/bullet_3.gif) no-repeat 0 6px;
    padding:0 0 0 10px;
}
.textcontent{
    width:800px;
    padding:0 30px;
}
.textcontent h2{
    font-family: arial, verdana, serif;
    font-size:20px;
    color:#4986ae;
    margin:30px 0 5px 0;
}

.textcontent h3{
    margin:5px 0;
    font-family: arial, verdana, serif;
    font-size:17px;
    color:#4986ae;
}
.divlag{
    height:20px;
}
/* Footer
=====================================================================*/
#footer {
	width:868px;
	height:119px;
	background: url(../product_images/560/back_footer.png);
	margin:5px auto;
	line-height:12px;
	color:#595959;
	padding:0;
	font-size:11px;
    font-family: Tahoma, Arial, Verdana;
}
#footer .footerhalf{
    float:left;
    width:370px;
    padding:20px 25px 0 35px;
}
#footer .affiliateby{
    font-size:10px;
    font-weight:bolder;
}
#footer p{
    padding:5px 0;
}
#footer .textright{
    text-align:right;
}