/*  
Theme Name: SPPCV Ecommerce Theme-Blue
Author e-mail:marija.rakic@gmail.com
Version: 2.0
Author: Marija Rakic
Description: Ecommerce Theme is a highly customizable WordPress theme for powering online stores.
All the CSS, XHTML and design is copyrighted. Please don't steal.
*/

html, body { margin: 0 auto; padding: 0; }

body { 
	background: #ffffff url(images/bg.jpg) repeat-x top left;
	color: #5b5555;
	font-size: 12px;
	font-family: Arial, Sans-Serif;
	text-align: center;
}



.clearfix:after { content: "."; display: block; clear: both; margin: 0px; padding: 0px; height: 0; visibility: hidden; }

/*********************************************
		Link Styles
*********************************************/
a {
	color: #1a75cf;
	text-decoration: underline;
}
a:hover { color: #000; text-decoration: underline; }

/*********************************************
		Text Elements
*********************************************/
p, ul, ol, blockquote {color: #333;}
ol, ul {
	margin: 5px 35px;
}

img {
	float:left;
}
blockquote {
	margin: 5px 0px 5px 10px;
	padding: 0px 0px 0px 10px;
	border-left: 1px solid #999;
}
img { border: 0px; background: none; }
p {
	padding: 10px 0px;
	margin: 0px;
}
/*********************************************
		Header Styles
*********************************************/
h1 { /* This style used as title on single posts and pages */
	font-size: 30px;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #000;
	text-decoration: none;
	text-align: left;
}
h1 a {
	color: #000;
	text-decoration: none;
}
h1 a:hover {
	text-decoration: underline;

}
h2 { /* This style used as header in the sidebars */
	background: #fff;
	font-size: 16px;
	color: #000;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 0px 0px;
	font-weight: bold;
}
h3 { /* This style used as the post titles on homepage/archive */
	font-size: 20px;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #000;
	text-decoration: none;
}
h3 a {
}
h3 a:hover {
}
h4 { /* This style used as title for comments and as the identifying header on archive page  */
	font-size: 18px;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #999;
}
h5 { /* This style used for the product price  */
	font-size: 15px;
	color: #cc0000;
	text-decoration: none;
	padding: 5px 0px 5px 0px;
}
h6 { /* This style used for second product price  */
	font-size: 15px;
	color: #1a75cf;
	text-decoration: none;
	padding: 5px 0px 5px 0px;
}

/*********************************************
		Container Div
*********************************************/
#container {
	background: none;
	border: none;
	text-align: left;
    margin: 5px auto;
    width: 960px;
    padding: 0px;
}
#toptag {
	display: block;
	background: #000;
	color: #fff;
	margin: 0px auto; padding: 10px;
	text-align: center;
	letter-spacing: 6px;
	text-transform: uppercase;
}

/*********************************************
		Header Styles
*********************************************/
#flash-animation{
width:611px;
height:141px;
float:right;
padding-right:3px;
margin-top:1px;
top:0;
}


#header {
	border: none;
	background: url(images/header-bg.png) no-repeat;
	margin: 0px;
	padding: 0px;
	width: 960px; height: 146px;
	display: block;
	position: relative;
}
#header a.title {
	background: url(images/logo.png) no-repeat;
	display: block;
	width: 207px; 
	height: 104px;
	text-indent: -9999px;	
	margin-top:30px;
	margin-left:30px;
	overflow: hidden;
	float:left;
}




#header h2 { /* This style used as header in the sidebars */
	font-size: 18px;
	color: #333;
	background: transparent;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
#header p {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	}
.headerleft {
	width: 405px;
	float: left;
	margin: 0px;
	padding: 15px;
	}
.headerright {

	width: 325px;
	float: right;
	margin: 0px;
	padding: 25px 15px 15px 15px;
	text-align: right;
	}
/*********************************************
		Feature
*********************************************/
#feature {
	clear: both;
	border: 0px solid black;
	background: #333;
	color: #fff;
	margin: 0px 0px 15px 0px;
	padding: 20px;
	display: block;
	position: relative;
	height: 165px;
}
#feature p {
	color: #fff;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
#feature h2 { /* This style used as header in the sidebars */
	font-size: 23px;
	color: #FFF;
	background: transparent;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-weight: normal;
}
#feature a {
	color: #fff;
	text-decoration: underline;
}
#feature a:hover {
	text-decoration: none;
}
#feature ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#feature ul li {
	padding: 0px;
}
#feature ul li ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
#feature ul li ul li {
	padding: 0px;
	margin: 0px 0px 0px 25px;
	list-style-type: square;
	color: #fff;
}

#feature img { border: 0px; background: none; }
#feature .textwidget {
	color: #fff;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}

.featureleft {
	background: #333;
	width: 49%;
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
.featureright {
	background: #333;
	width: 49%;
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: left;
	}
/*********************************************
		Horizontal Navigaion Styles
*********************************************/
#menu {
	background: url(images/nav-bg.jpg) no-repeat top right;
	color: #FFF;
	font-size: 12px;
	text-align: left;	
	padding: 0px;
	margin-top: -4px;
	margin-bottom: 0px;
	display: block;
	height:32px;
	width: 960px;
	
}
#menu ul {
	background: url(images/nav-bg.jpg) no-repeat top right;
	margin: 0px;
	padding:0px;
	height:32px;
	width: 960px;
	
	}
#menu ul li {
	background: url(images/div.gif) no-repeat top right;
	display: inline;
	list-style-type: none;
	padding-top:0px;
	padding-bottom:0px;
	padding-right: 1px;
	height: 32px;
	}
	
#menu ul li.last{
position:absolute;
z-index:10000;
	background:none;
	display: inline;
	list-style-type: none;
	padding-top:0px;
	padding-bottom:0px;
	padding-left: 151px;
	float:right;
	width:120px;
	
	}	

#menu li a {
	color: #FFF;
	background-position: top left;
	padding: 0;
	margin: 0px;
	text-decoration: none;
	height: 32px;
	display: inline;
	text-indent: -9999px;

	}
#menu li a:hover {
	background-position: bottom right;
	}
	
#menu li.home a {
	width: 83px;
	margin-left:2px;
	background-image: url(images/nav/home.jpg);
}

#menu li.page-item-38 a {
	width: 104px;
	background-image: url(images/nav/about.jpg);
}

#menu li.page-item-31 a {
	width: 102px;
	background-image: url(images/nav/services.jpg);
}

#menu li.page-item-70 a {
	width: 141px;
	background-image: url(images/nav/guide.jpg);
}

#menu li.page-item-34 a {
	width: 127px;
	background-image: url(images/nav/corporates.jpg);
}

#menu li.page-item-36 a {
	width: 127px;
	background-image: url(images/nav/contact.jpg);
}
	
	
#cart{
position:absolute;
z-index:10000;
background:none;

width:160px;
margin-left:778px;
color:#FFFFFF;
background-image:none;
border:none;
}

/*********************************************
		Home Thumbnails Div
*********************************************/

.thumbnail{
	float: left;
	padding: 0px;
	margin: 0px 0px 30px 0px;
	background: #fff;
	display: inline;
	border: 0px solid #000;
	}
.thumbnail p{
	font-size: 10px;
	text-transform: uppercase;
	clear: both;
	padding: 0px;
	text-align: center;
	}
.thumbnail h3 { /* This style used as the post titles on homepage/archive */
	font-size: 15px;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	color: #000;
	text-decoration: none;
	text-align: center;
}
.thumbnail h3 a {
	color: #000;
	text-decoration: none;
}
.thumbnail h3 a:hover {
	text-decoration: underline;
}

.thumbnail img {
	margin: 0px 20px 5px 20px;
	border: 0px;
	padding: 0px;
	width: 277px;
	height: 175px;
	float: left;
	border: 1px solid #666;
	}	
.thumbnail img a {
	border: none;
	}	
.thumbnail img a:hover {
	border: 0px solid #fff;
	}
	
/*********************************************
		Content Div-two colum
*********************************************/
#content1 {
    background: url(images/content-bg.jpg) repeat-y top left;
    float:left;
	margin:0px;
	padding: 0px 0px 0px 0px;
	width: 960px;
    min-height:500px;
	height:1%;
	border: 0px solid black;

}

#content1 ul {
	list-style-type: none;
	padding-left: 15px;
	margin-left: 0;
	}
	
#content1 ul li {
	background: url(images/bullet.gif) no-repeat left ;
        background-position: left top;
	padding-left: 25px;
	margin-left: 0;
	margin-bottom: 11px;
	font-weight:bold;
	}

.post-more { /* Use this class to style the "more" tag */
}
.post-more a, .post-more a:visited { /* Use this class to style the link within the post-more div */
}


/*********************************************
		Homepage Intro tex style
*********************************************/
#home-main{
	
	float: left;
	margin: 0px;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	width: 595px;
	display: block;
	border: 0px solid black;
}

#home-main h1{
	background:url(images/h1.jpg) no-repeat bottom right;
	font-weight:normal;
	font-family: Trebuchet MS;
	font-size: 26px;
	line-height:26px;
	border-bottom: 1px solid #f1f1f1;
	width: 578px;
	padding-bottom:2px;
	color:#6a6c6e;
	margin-bottom:0px;
}

#home-main h1 span{
	color:#2d8fbf;
}

#home-main h1 span span{
	color:#07395f;
}

#home-main h3{
	font-weight:normal;
	font-family: Trebuchet MS;
	font-size: 12px;
	text-transform: uppercase;
	margin:0px;
	padding-top:2px;
	color:#9d0c0c;
}
.post-more { /* Use this class to style the "more" tag */
}
.post-more a, .post-more a:visited { /* Use this class to style the link within the post-more div */
}

	
/*********************************************
		One Colum content
*********************************************/
#content {
	background: url(images/content-bg1.jpg) repeat-y top left;
	float: right;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 960px;
	display: block;
	border: 0px solid black;
}
.post-more { /* Use this class to style the "more" tag */
}
.post-more a, .post-more a:visited { /* Use this class to style the link within the post-more div */
}

/*********************************************
		subpage-content Content Div for 2 colums
*********************************************/
#sub-main-one{
	
	float: left;
	margin: 0px;
	padding: 10px 40px 10px 40px;
	width: 880px;
	display: block;
	border: 0px solid black;
}

#sub-main-one blockquote{
	
	margin-bottom:-20px;
}
.post-more { /* Use this class to style the "more" tag */
}
.post-more a, .post-more a:visited { /* Use this class to style the link within the post-more div */
}

#sub-main-one h1{
	margin-bottom:20px;
	background:url(images/h1.jpg) no-repeat bottom right;
	font-weight:normal;
	font-family: Trebuchet MS;
	font-size: 26px;
	line-height:26px;
	border-bottom: 1px solid #f1f1f1;
	width: 880px;
	color:#2d8fbf;
	
}

#sub-main-one h2{
	font-weight:normal;
	font-family: Trebuchet MS;
	font-size: 12px;
	text-transform: uppercase;
	margin:0px;
	padding-top:20px;
	padding-bottom:10px;
	color:#9d0c0c;
	border:none;
	
}

#sub-main-one h3{
	font-weight:bold;
	font-family: Arial;
	font-size: 12px;
	text-transform: none;
	margin:0px;
	padding-top:10px;
	padding-bottom:0px;
	color:#9d0c0c;
	border:none;
	
}

#sub-main-one h4{
	font-weight:bold;
	font-family: Arial;
	font-size: 12px;
	text-transform: none;
	margin:0px;
	padding-top:10px;
	padding-bottom:0px;
	color:#2d8fbf;
	border:none;
	
}


/*********************************************
		subpage-content Content Div for 2 colums
*********************************************/
#sub-main{
	float: left;
	margin: 0px;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom:20px;
	width: 595px;
	display: block;
	border: 0px solid black;
}
.post-more { /* Use this class to style the "more" tag */
}
.post-more a, .post-more a:visited { /* Use this class to style the link within the post-more div */
}

#sub-main h1{
	margin-bottom:10px;
	background:url(images/h1.jpg) no-repeat bottom right;
	font-weight:normal;
	font-family: Trebuchet MS;
	font-size: 26px;
	line-height:26px;
	border-bottom: 1px solid #f1f1f1;
	width: 595px;
	color:#2d8fbf;
	
}

#sub-main h2{
	font-weight:normal;
	font-family: Trebuchet MS;
	font-size: 12px;
	text-transform: uppercase;
	margin:0px;
	padding-top:20px;
	padding-bottom:10px;
	color:#9d0c0c;
	border:none;
	
}

#sub-main h3{
	font-weight:bold;
	font-family: Arial;
	font-size: 12px;
	text-transform: none;
	margin:0px;
	padding-top:10px;
	padding-bottom:0px;
	color:#9d0c0c;
	border:none;
	
}

#sub-main h4{
	font-weight:bold;
	font-family: Arial;
	font-size: 12px;
	text-transform: none;
	margin:0px;
	padding-top:10px;
	padding-bottom:0px;
	color:#2d8fbf;
	border:none;
	
}

/*********************************************
		Post Meta Styles
*********************************************/
.meta-top {
	clear: both; /* we need this so floats in the post are cleared */
	padding: 5px;
	margin: 10px 0px;
	background: #CCC;
}
.meta-bottom {
	clear: both; /* we need this so floats in the post are cleared */
	padding: 5px;
	color: #333;
	margin: 20px 5px;
	background: #fff;
	border-top: 1px solid #999;
}
.meta-date {
	margin: 0px 5px;
}
.meta-author {
	margin: 0px 5px;
}
.meta-comments {
	margin: 0px 5px;
}
.meta-category {
	margin: 0px 5px;
}

/*********************************************
		Previous/Next Page Navigation
*********************************************/
.page-nav {
	clear: both; /* To clear any floats */
	margin: 10px 0px;
	padding: 10px 0px;
}
.nav-previous {
	width: 249px; 
	float: left; 
	text-align: left;
}
.nav-next {
	width: 249px; 
	float: right; 
	text-align: right;
}
	
/*********************************************
		Left Sidebar
*********************************************/
#l_sidebar {
	display: inline;
	height:100%;
	float: right;
	width: 253px;
	margin-right:0px;
	margin-top:-30px;
	padding: 24px;
	
}
#l_sidebar h2 { /* This style used as header in the sidebars */
	background: none;
	font-family: Trebuchet MS;
	text-transform: uppercase;
	font-size: 12px;
	color: #2779ac;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 3px;
	font-weight: normal;
	list-style-type: none;
	padding-top: 40px;
}

#l_sidebar ul h2 { /* This style used as header in the sidebars */
	background: none;
	font-family: Trebuchet MS;
	text-transform: uppercase;
	font-size: 12px;
	color: #2779ac;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 0px;
	font-weight: normal;
	list-style-type: none;
	padding-top: 40px;
}
#l_sidebar h2.widgettitle { /* This style used as header in the sidebars */
	background: none;
	font-family: Trebuchet MS;
	text-transform: uppercase;
	font-size: 12px;
	color: #2779ac;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 3px;
	font-weight: normal;
	list-style-type: none;
}

#l_sidebar li.widget h2.widgettitle { /* This style used as header in the sidebars */
	background: none;
	font-family: Trebuchet MS;
	text-transform: uppercase;
	font-size: 12px;
	color: #2779ac;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 3px;
	font-weight: normal;
	list-style-type: none;
}


#l_sidebar li.widget_text { 
	margin-bottom:-50px;
}










#l_sidebar li.widg_is_duplicate{ 
	background: none;
	font-size: 13px;
	color: #FFF;
	margin-top:5px;
	padding:0px;
	font-weight: normal;
	list-style-type: none;
	width: 120px;
	float:left;
	height:1%;
	clear:both;

}

#l_sidebar li.widg_is_duplicate h2.widgettitle { 
	background: none;
	font-family: Trebuchet MS;
	text-transform: uppercase;
	font-size: 12px;
	color: #2779ac;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 3px;
	font-weight: normal;
	list-style-type: none;
}

#l_sidebar li.widg_is_duplicate img {
	padding-bottom: 10px;

}

#l_sidebar li.cat_posts h2{ /* This style used as header in the sidebars */

	margin-bottom: -3px;
	
}


#l_sidebar p {
	padding: 5px;
	font-size: 11px;
}

#l_sidebar li {
	padding: 5px;
	font-size: 11px;
	list-style-type: none;
}


#l_sidebar form {
	padding: 0px;
	margin: 5px;
}
#l_sidebar ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-size:11px;
}
#l_sidebar ul li {
	padding: 0px 0px 10px 0px;
}
#l_sidebar ul li ul {
	padding: 0px 0px 0px 0px;
}
#l_sidebar ul li ul li {
	padding: 0px;
	margin: 5px;
}
#l_sidebar ul li ul li a {
	text-decoration: none;
}
#l_sidebar ul li ul li a:hover {
	text-decoration: underline;
}
#l_sidebar ul li ul li ul {
	padding: 0px;
	margin: 0px;
}
#l_sidebar ul li ul li ul li {
	padding: 0px;
	margin: 5px 10px 5px 5px;
	
}

#l_sidebar li.logos{ /* This style used forsecond set of logos */
    float:right;
    width:120px;
	list-style-type: none;
	
}

#l_sidebar li.logos img{ /* This style used forsecond set of logos  */
	padding-bottom:15px;
}

#l_sidebar li.logos div img {

	height:1%;
	padding-bottom:15px;

	
}

#mali{
width:0px;
height:0px;
}
/*********************************************
		sponsor-sidebar
*********************************************/
#sidebar {
	display: inline;
	float: right;
	width: 255px;
	margin:0px;
	padding: 24px;
	display: block; /* floats are handled as block elements, this is to fix 
						a margin collapsing bug in IE */
}
#sidebar li h2 { /* This style used as header in the sidebars */
	background: none;
	font-family: Trebuchet MS;
	text-transform: uppercase;
	font-size: 12px;
	color: #2779ac;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 3px;
	font-weight: normal;
	list-style-type: none;

}

#sidebar font {
text-indent:-1000000;
}

#sidebar li h2.widgettitle { /* This style used as header in the sidebars */
	background: none;
	font-family: Trebuchet MS;
	text-transform: uppercase;
	font-size: 12px;
	color: #2779ac;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 3px;
	font-weight: normal;
	list-style-type: none;
}

#sidebar li.cat_posts { /* This style used as header in the sidebars */

	padding-bottom: 40px;
	
}

#sidebar li.cat_posts h2{ /* This style used as header in the sidebars */

	margin-bottom: -3px;
	
}


#sidebar li.widget h2.widgettitle { /* This style used as header in the sidebars */
	background: none;
	font-family: Trebuchet MS;
	text-transform: uppercase;
	font-size: 12px;
	color: #2779ac;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 3px;
	font-weight: normal;
	list-style-type: none;
}

#sidebar p {
	padding: 5px;
	font-size: 11px;
}

#sidebar li {
	padding: 5px;
	font-size: 11px;
	list-style-type: none;
}

#sidebar li{ 
	list-style-type: none;
}


#sidebar-top {
margin-bottom:30px;

}

#sidebar-top table {
width:240px;

}



#sidebar-top {
margin-bottom:30px;

}





#sidebar li.widget_ad_buttons{ /* This style used as header in the sidebars */
	background: none;
	font-size: 13px;
	color: #FFF;
	padding:0px;
	font-weight: normal;
	list-style-type: none;
	width: 120px;
	float:left;
}

#sidebar li.logos{ /* This style used forsecond set of logos */
    float:right;
    width:120px;
	list-style-type: none;
	margin-top:-5px;
	
}

#sidebar li.logos img{ /* This style used forsecond set of logos  */
	padding-bottom:10px;
}

#sidebar li.logos div img {

	height:1%;
	padding-bottom:10px;
	
}

#mali{
width:0px;
height:0px;
}


.textwidget{
padding-bottom:40px;
}
img.wp125_write_ads_widget{ /* This style used as header in the sidebars */
	padding-bottom:10px;
}
#sidebar p {
	padding: 5px;
}


#sidebar img {
	padding-bottom:10px;

	
}
#sidebar form {
	padding: 0px;
	margin: 5px;
}
#sidebar ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#sidebar ul li {
	padding: 0px 0px 10px 0px;
	list-style-type: none;
}
#sidebar ul li ul {
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}
#sidebar ul li ul li {
	padding: 0px;
	margin: 5px;
	list-style-type: none;
}
#sidebar ul li ul li a {
	text-decoration: none;
	list-style-type: none;
}
#sidebar ul li ul li a:hover {
	text-decoration: underline;
	list-style-type: none;
}
#sidebar ul li ul li ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#sidebar ul li ul li ul li {
	padding: 0px;
	margin: 5px 10px 5px 5px;
	list-style-type: none;
}


/*********************************************
		Comment Styles
*********************************************/
#comments {
	padding: 8px;
}
#comments .even {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	background: #FFFFFF;
	overflow: hidden;
	border-bottom: 1px dotted #B7B7B7;
}
#comments .odd {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	background: #FFFFFF;
	overflow: hidden;
	border-bottom: 1px dotted #B7B7B7;
}
/************************************************
*	Bottom "Sidebars"					     		* 
************************************************/

#bottom {
	background: #EDEDED;
	width: 960px;
	margin: 0px auto 0px;
	padding: 10px 0px 20px 0px;
	line-height: 20px;
	border-top: 1px solid #000;
	clear: both;
	}

#bottom p, #bottom .textwidget {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	}
	
#bottom h2 {
	color: #000000;
	background: #EDEDED;
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 0px 0px;
	}
	
#bottom h2 a, #bottom h2 a:visited  {
	color: #000000;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}

#hometop h2 a:hover {
	color: #000000;
	text-decoration: none;
	}
	
#bottom img{
	float: left;
	border: none;
	margin: 0px 0px 10px 0px;
	}
	
#bottom ul{
	list-style-type: square;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#bottom ul li{
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	}	
	
.bottomleft {
	float: left;
	width: 277px;
	margin: 0px 0px 0px 0px;
	padding: 10px 20px 10px 20px;
	overflow: hidden;
	}
	
.bottommiddle {
	float: left;
	width: 277px;
	margin: 0px 0px 0px 0px;
	padding: 10px 20px 10px 20px;
	overflow: hidden;
	}
	
.bottomright {
	float: right;
	width: 277px;
	margin: 0px 0px 0px 0px;
	padding: 10px 20px 10px 0px;
	overflow: hidden;
	}

/*********************************************
		Footer Styles
*********************************************/
#footer {
    background: url(images/footer1.png) no-repeat top left;
	margin: 0px auto 0px;
	margin-top:-20px;
	padding: 0px;
	clear: both;
	text-align: left;
	width: 960px;
	color: #1d74aa;
	font-size: 11px;
}
#footer a {
	color: #1d74aa;
	text-decoration: none;
}
#footer a:hover {
	color: #1d74aa;
	text-decoration: underline;
}
#footer p {
	color: #1d74aa;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	}
#footer ul {
	margin: 0px;
	padding: 5px 0px;
	}
#footer ul li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 5px 0px;
	}
#footer ul li a {
	padding: 5px 10px;
	margin: 0px;
	text-decoration: none;
	}

#footer ul li a:hover {
	text-decoration: underline;
	}
.footerleft {
	width: 45%;
	float: left;
	margin: 0px 0px 10px 0px;
	padding-top: 25px;
	}
	
.footerright {
	width: 45%;
	float: right;
	margin: 0px;
	padding-top: 25px;
	text-align: right;
	}
	
/*********************************************
		Footer alt Styles
*********************************************/
#footer1 {
    background: url(images/footer2.png) no-repeat top left;
	margin: 0px auto 0px;
	margin-top:-20px;
	padding: 0px;
	clear: both;
	text-align: left;
	width: 960px;
	color: #1d74aa;
	font-size: 11px;
}
#footer1 a {
	color: #1d74aa;
	text-decoration: none;
}
#footer1 a:hover {
	color: #1d74aa;
	text-decoration: underline;
}
#footer1 p {
	color: #1d74aa;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	}
#footer1 ul {
	margin: 0px;
	padding: 5px 0px;
	}
#footer1 ul li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 5px 0px;
	}
#footer1 ul li a {
	padding: 5px 10px;
	margin: 0px;
	text-decoration: none;
	}

#footer1 ul li a:hover {
	text-decoration: underline;
	}
.footerleft1 {
	width: 45%;
	float: left;
	margin: 0px 0px 10px 0px;
	padding-top: 25px;
	}
	
.footerright1 {
	width: 45%;
	float: right;
	margin: 0px;
	padding-top: 25px;
	text-align: right;
	}
/*********************************************
		Footer index Styles
*********************************************/
#footer2 {
    background: url(images/footer1.png) no-repeat top left;
	margin: 0px auto 0px;
	margin-top:-20px;
	padding: 0px;
	clear: both;
	text-align: left;
	width: 960px;
	color: #1d74aa;
	font-size: 11px;
}
#footer2 a {
	color: #1d74aa;
	text-decoration: none;
}
#footer2 a:hover {
	color: #1d74aa;
	text-decoration: underline;
}
#footer2 p {
	color: #1d74aa;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	}
#footer2 ul {
	margin: 0px;
	padding: 5px 0px;
	}
#footer2 ul li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 5px 0px;
	}
#footer2 ul li a {
	padding: 5px 10px;
	margin: 0px;
	text-decoration: none;
	}

#footer2 ul li a:hover {
	text-decoration: underline;
	}
.footerleft2 {
	width: 45%;
	float: left;
	margin: 0px 0px 10px 0px;
	padding-top: 25px;
	}
	
.footerright2 {
	width: 45%;
	float: right;
	margin: 0px;
	padding-top: 25px;
	text-align: right;
	}
/*********************************************
		eCommerce Plugin Styles
*********************************************/

/*/ #cart a #fancy_collapser_link {padding-left: 15px; margin-top:20px;} /**/

table.wpsc_checkout_table {
}
table.wpsc_checkout_table input, table.wpsc_checkout_table textarea, table.wpsc_checkout_table select {
	margin: 12px 0 12px 30px;
	width: 200px;
}
table input, table textarea, table select {
	margin: 12px 0 12px 30px;
	width: 200px;
}
table texarea {
	height: 50px;
}
table.wpsc_checkout_table textarea {
	height: 50px;
}
body table.wpsc_checkout_table tr td input#payment_method_1, body table.wpsc_checkout_table tr td input#payment_method_2 {
	width: 30px;
}
body table.wpsc_checkout_table tr td input#payment_method_1 {
}
strong.cattitles {
	font-size: 16px;
	color: #000;
	margin: 0px 0px 5px 0px;
	padding: 5px;
	font-weight: normal;
	border-bottom: 2px dotted #ccc;
}
a.product_image {
	border: 1px solid #000;
}
div#widgetshoppingcart {
	line-height: 1.4em;
	background: url(images/ecommerce_open.png) right top no-repeat;
	padding-right: 50px;
	padding-bottom: 15px;
	width: 150px;
}
div#widgetshoppingcart table {
	width: 200px;
	margin-top: 15px;
}
div#widgetshoppingcart table tr {
	height: 20px;
}
div#widgetshoppingcart a {
	text-decoration: none;
}
div#widgetshoppingcart a:hover {
	text-decoration: underline;
}
a.additional_description_link {
	text-decoration: none;
}
ul.PeCategories {
	position:relative;
	left: 20px;
}
ul.PeCategories li {
	list-style-type: disc;
}
body div#l_sidebar ul.PeCategories li a {
	color: #000;
	text-decoration: none;
}
body div#l_sidebar ul.PeCategories li a:hover {
	text-decoration: underline;
}
table.productdisplay tr {
	border-bottom: dashed 1px #ccc;
}
input.wpsc_buy_button {
	border: none;
	color: #f8ad3a;
	font-weight: bold;
	width: auto;
	display: block;
	padding: 0px;
	width: 83px;
	height: 30px;
	float: left;
	background: url(images/ecommerce_add.png) left top no-repeat #fff;
} 
input.wpsc_buy_button, form#specials_1 input, form#specials_2 input, form#specials_3 input {
	border: none;
	color: #f8ad3a;
	font-weight: bold;
	width: 150px;
	height: 30px;
	background: url(images/ecommerce_add_small.png) left top no-repeat #fff;
	margin: 12px 0 0 0;
}
body table input.wpsc_buy_button:hover {
	cursor: pointer;
}
body table.productcart tr.firstrow td {
	background-color: #fff;
}
a.wpsc_product_title {
	text-decoration: none;
	font-size: 18px;
}
a.wpsc_product_title .special {
}
div.categorydisplay {
	background: url(images/ecommerce_bag.png) right top no-repeat;
}
tr.product_row a {
	display: block;
	background: url(images/ecommerce_delete.png) left top no-repeat;
	width: 50px;
	height: 40px;
	text-indent: -999em;
}
table.productcart input {
	width: 80px;
	text-align: center;
}
span.pricedisplay {
	display: inline;
	color: red;
	font-size: 16px;
}

