/* Hide icons in page headings */
#pageIcon, td.pageHeading img {
display: none;
}

body {
	height: 100%;
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	background: #000 url(images/bg.jpg) repeat-x left top;
	background-attachment: fixed;
	color: #666;
}
div {
	margin: 0px;
	padding: 0px;
}
table {
	clear: both;
}
td {
	margin: 0px; padding: 0px;
}
td.createmain {
	width: 200px;
}
select, input, button {
        font-family: Arial, Verdana, Sans-Serif;
}

a {
	text-decoration: none;
        color: #C80303;
	font-size: 12px;
        font-family: Arial, Verdana, Sans-Serif;
}
a:hover {
}
a img {
	border: 0;
}
p {
        font-family: Arial, Verdana, Sans-Serif;
        font-size: 12px;
	margin: 0px 0px 10px;
}
p.small {
	font-size: 9px;
	text-transform: uppercase;
	margin: 5px 0px;
}
img.float {
	float: right;
	padding: 5px;
	background: #ECECEC;
	border: 1px solid #E0E0DA;
	margin-left: 20px;
	margin-bottom: 20px;
}

small, small a {
	font-size: 11px;
}
h1 {
	font-size: 25px;
}
h1.back {
	color: #666;
	background: #E0E0DA;
	padding: 10px 15px 7px;
}
h1.first {
	margin-top: 0px;
}
h2 {
        font-size: 14px;
}
h3 {
	font-size: 12px;
	color: #333;
	margin: 0 0 5px 0;
	padding: 2px 0px 0px 0px;
}
ul.tick {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.lined {
        list-style-type: none;
        margin: 10px 0px 0px;
	padding: 0px;
}
ul.lined li {
	padding: 5px 8px;
	background: url(images/lined.jpg) repeat-x left top;
}
.clear {
	clear: both;
	border: 0px;
}
.box {
        background: #F5F5F5;
        border: 1px solid #E0E0DA;
}


#mobile {
        height: 200px;
        padding: 5px 10px 5px 5px;
        border-bottom: 1px solid #E2E1E2;
        background: #F6563D url(/mobile/images/headbg.gif) repeat-x center left;
        color: #FFF;
	font-weight: bold;
	text-align: center;
	line-height: 200px;
}
#mobile a {
	display: block;
	height: 200px;
	font-size: 35px;
	color: #FFF
}
#wrapper { 
	min-width: 1000px;
}

#header-wrapper {
	border-top: 13px solid #121212;
}
#header {
	margin: 0 auto;
	width: 980px;
}
#errormessage {
	padding: 10px;
	color: #FFF;
	background: #C80303 url(images/sideheadingback.jpg) repeat-x top center;
	margin-bottom: 10px;
	font-weight: bold;
}
#topheader {
}

#logo {
        width: 190px;
        float: left;
        padding-top: 60px;
}
#header #rightbox {
        float: right;
        width: 780px;
}
#topcurrencybox {
        display: block;
        clear: both;
        padding: 10px 8px 7px;
        height: 30px;
}
#topcurrency {
        text-align: right;
        width: 150px;
        float: right;
        height: 30px;
}
.currencytitle {
        width: 75px;
        float: left;
        padding-top: 3px;
        padding-right: 5px;
        color: #FFF;
        font-size: 10px;
        text-transform: uppercase;
}
.currencybox {
        width: 65px;
        float: left;
}
#topcurrency select {
        font-size: 10px;
        padding: 2px;
        color: #C80303;
}

#topheader2 {
        height: 60px;
        border-bottom: 10px solid #1C1C1D;
}


#menu {
        text-align: center;
        width: 607px;
        float: left;
	height: 60px;
}
#menu ul {
        list-style-type: none;
        height: 60px;
margin: 0px;
padding: 0px;
}
#menu li {
        display:inline;
        float: left;
        width: 120px;
	margin-right: 1px;
        }
#menu li.current {
        background: #FFF url(images/menubg1.jpg) repeat-x left top;
	margin: 3px 0px 0px -1px;
}
#menu li.home {
        margin-left: 0px;
}
#menu li.current a {
        background: #FFF url(images/menubg1.jpg) repeat-x left top;
        color: #C80303;
	height: 57px;
	padding-bottom: 10px;
}
#menu li a {
        display: block;
	outline: none;
        color: #FFF;
        font-weight: bold;
        font-size: 12px;
        text-transform: uppercase;
        height: 60px;
        background: #171717 url(images/menubg.gif);
        line-height: 60px;
}
#menu li a:hover {
        background: #171717 url(images/menubgh.gif);
}
#menu li.current a:hover {
        background: #FFF url(images/menubg1.jpg) repeat-x left top;
        color: #C80303;
}



#shoppingcart {
        background: #171717 url(images/cart_bg.gif) no-repeat left top;
        width: 100px;
        float: right;
        height: 50px;
        padding: 0px 20px 0px 50px;
        line-height: 50px;
        position: relative;
        color: #FFF;
        font-size: 14px;
        font-weight: bold;
}
#shoppingcart img {
        position: absolute;
        top: 0px;
        right: 0px;
        padding: 10px 5px 0px;
}

#search {
        float: right;
        width: 160px;
        color: #666;
        height: 50px;
	background: url(images/searchbg.gif) no-repeat left center;
}
#search input {
        border: 0px;
}

#search input.searchbox {
        padding: 15px 10px;
        background: transparent;
        color: #666;
        font-size: 12px;
        width: 100px;
	height: 20px;
        float: left;
}
#search input.searchbut {
        overflow: hidden;
        line-height:0;
        width: 40px;
        height: 50px;
        border: 0px;
        display: block;
        line-height:0;
        text-indent: -9999px;
        background: url(images/searchbutbg.gif) no-repeat right center;
        outline: none;
	padding: 0px;
}
#left-wrapper {
	clear: left;
	float: left;
	width: 200px;
	padding: 0;
}
#left-wrapper h2 {
        margin: 0px;
        padding: 12px 10px;
        font-weight: bold;
        font-size: 12px;
        text-transform: uppercase;
        color: #FFF;
        background: #1C1C1D url(images/menubg.gif) repeat-x left top;
	border-left: 1px solid #FFF;
}

#sideaccount {
	background: #FFF;
	padding: 0px 0px 10px;
	margin: 0px 0px 0px;
}
#sideaccountinfo {
	padding: 10px 0px 10px 10px;
}
#sideaccountinfo p {
	font-size: 11px;
	margin: 0px;
}
#sideaccountinfo p.loginsmall {
	margin-top: 5px;
}
#sideaccountinfo p.loginsmall a {
	font-size: 10px;
}
input.loginboxbut {
	border: 1px solid #ddd;
	padding: 3px 10px;
	width: 180px;
	background: url(images/grad.png) repeat-x bottom left;
	color: #888;

}
input.loginboxbut:hover {
	border-color: #aaa;
	color: #555;
	outline: none;
}
#sideaccountinfo .loginfull {
	width: 180px;
	padding: 5px 0px;
        border: 1px solid #ddd;
}

/*logged infor my account box */
#sideaccount ul {
	margin: 0px;
	padding: 0px;
}

#sideaccount p.welcome {
	padding: 5px 10px;
	margin: 0px;
	font-size: 11px;
}
#sideaccount p.pass {
	margin-top: 5px;
}
/* catalog boxes */
#catalog {
	background: #FFF;
}
#catalog ul {
	margin: 0px;
	padding: 0px;
        list-style: none;
}
#catalog ul.inner {
        list-style: none;
        margin: 0px;
        padding: 0px;
}
#catalog ul.inner li.cat28_54_85, .cat28_54_86, .cat28_54_87, .cat28_54_84, .cat28_54_88, .cat28_54_89, .cat28_54_90 {
	padding-left: 25px;
}
#catalog li, #sidemanufacturer li, #sideaccount li {
	clear: both;
	list-style-type: none;
	list-style-position: outside;
	text-transform: uppercase;
        background: #FFF;
}
#catalog li a, #sidemanufacturer li a, #sideaccount li a {
	color: #666;
	display: block;
	padding: 0px 15px;
	line-height: 30px;
	height: 30px;
	font-weight: bold;
	font-size: 11px;
}
#catalog li a b {
	color: #C80303;
}
#catalog li a:hover, #sidemanufacturer li a:hover, #sidemanufacturer li.currentman a, #sideaccount li a:hover {
        background: #F5F5F5;
	color: #C80303;
}
#catalog ul.inner li {
	border: none;
}
#catalog ul.inner li a {
        font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	height: 15px;
        padding: 2px 2px 2px 30px;
        text-transform: none;
	background: #FFF;
}
#sidemanufacturer {
	margin-top: 20px;
	background: #FFF;
}

/* facebook like info */
#fblike {
	background: #FFF;
	padding: 5px 0px;
}

/* SSL certificate */
#ssl {
	padding: 10px;
	text-align: center;
}

/* center wrapper */
#center-wrapper {
	float: left;
	width: 780px;
	padding: 20px 0px 0px;
	background: #FFF;
	overflow: hidden;
}

#topmenu-wrapper {
        float: left;
        width: 600px;
	padding: 5px 10px 0px 0px;
	font-size: 10px;
}

#topmenu {
        text-align: left;
        line-height: 30px;
}
#topmenu ul {
        list-style-type: none;
        list-style-position: outside;
        margin: 0px;
        padding: 0px;
}
#topmenu li {
        padding: 3px 3px 3px 8px;
	background: url(images/li.png) no-repeat left center; 
        margin-right: 10px;
        float: right;
}


#topmenu a {
        color: #FFF;
        font-size: 10px;
        text-transform: uppercase;
}

#topmenu a:hover {
        text-decoration: underline;
}


#slideshowbox {
	height: 300px;
	position: relative;
	padding: 0px 20px 0px;
}
#slideshow { 
}

#breadcrumb {
	clear:both;
	bottom: 0px;
	padding: 0px 20px;
	font-size: 11px;
	text-align: right;
}
#breadcrumb p {
	font-size: 11px;
	padding: 10px 0px;
	margin: 0px;
}
#breadcrumb a {
	padding: 0px;
	font-size: 11px;
}
#breadcrumb span {
	font-size: 11px;
}

#productheading {
        background: #E0E0DA;
        padding: 5px 10px 5px 5px;
	height: 52px;
	margin-bottom: 20px;
	line-height: 50px;
}
.productheadingimg {
	float: left;
	width: 70px;
}
.productheadingimg img {
	border: 1px solid #ECECEC;
	height: 50px;
	width: 60px;
	padding: 2px;
}
.productheading {
	float: left;
	width: 350px;
}
.productheading h1 {
	margin: 0px;
}

#content-wrapper {
	margin:  0px auto 0px;
	width: 980px;
	line-height: 1.4em;
	overflow: auto;
}
#content {
	padding: 0px 20px 20px;
	min-height: 500px;
	overflow: auto;
}

/* Front product boxes to display*/

.productbox{
	width:185px;
	float: left;
	color: #666;
	position: relative;
	margin-bottom: 15px;
}
.productboxframe a {
	display: block;
	position: absolute;
	outline: none;
	height: 185px;
	width: 185px;
	top: 0px;
	left: 0px;
	background: transparent url(images/productframe.png) no-repeat center center;
}
.productbox a {
	font-weight: bold;
}
.productbox img {
	width: 175px;
	height: 175px;
}
.productboximg {
	height: 180px;
	text-align: center;
	margin-top: 5px;
}
.productbox:hover .productboximg {
	padding: 0px;
	height: 185px;
	margin: 0px;

}
.productbox:hover img {
	width: 185px;
	height: 185px;
}
.productboxname {
        text-align: left;
        height: 40px;
        padding: 5px 5px 0px 0px;
}
.productboxname a {
        color: #333;
        font-weight: bold;
        font-size: 11px;
}
.productbox:hover .productboxname a {
        text-decoration: underline;
}
.productboxprice  {
        padding-left: 5px;
	padding-bottom: 5px;
height: 20px;
        color: red;
        font-size: 17px;
        font-weight: bold;

}
.productboxprice s {
        color: #333;
        font-size: 13px;
        margin-right: 10px;
}
.productboxdetail {
}
.productboxdetail a {
        display: block;
        color: #FFF;
        width: 55px;
        text-transform: uppercase;
        padding: 2px 0px 2px 20px;
        background: #717171  url(images/star.png) no-repeat 5px center;
}
.productboxbuy a {
        margin: 1px 0px 0px;
	font-weight: bold;
        display: block;
        color: #FFF;
        width: 85px;
        text-transform: uppercase;
        padding: 2px 0px 2px 20px;
        background: #C80303 url(images/star.png) no-repeat 5px center;
}


/* front product box end */
#pagesleft {
	width: 520px;
	float: left;
	overflow: auto;
}
#pagesright {
        width: 200px;
        float: right;
}
#pagesright h2 {
        color: #000;
        margin: 0px;
        padding: 5px 0px;
        text-transform: uppercase;
        font-size: 14px;
}
.addthis_toolbox {
	padding: 7px 0px 7px 3px;
}
#productrecommendbox {
	overflow: auto;
}
#productrecommendbox a {
        font-size: 10px;
        font-weight: bold;
}
.productrecommendname {
        padding-bottom: 5px;
}
.productrecommendboximg {
        width: 70px;
        float: left;
}
.productrecommendboximg img {
        width: 60px;
        height: 50px;
        padding: 2px;
        border: 1px solid #E0E0DA;
        background: #FFF;
}
.productrecommendprice {
        float: right;
        width: 90px;
}
.productrecommendbuy {
        padding-left: 5px;
        padding-top: 5px
}

#psbox a {
        color: #666;
}
#psbox p {
        margin-bottom: 10px;
}
.pagesrightbox {
        overflow: auto;
        background: #F5F5F5 url(images/sidebg.png) no-repeat left bottom;
        margin: 10px 0px;
        font-size: 11px;
}
.pagesrightbox a {
        font-size: 11px;
}
.pagesrightbox p {
        margin: 0px;
        font-size: 11px;
}
.pagesrightboxinfo {
        padding: 10px 20px 20px 15px;
}
.pagesrightbox p.boxhead {
        font-size: 12px;
        color: #FFF;
        background: #262626 url(images/sidebgh.png) no-repeat left top;
        margin: 0px;
        padding: 5px 10px;
        font-weight: bold;
}
.pagesrightboxinfocenter {
        text-align: center;
}

#productsiderev ul {
	padding: 20px 0px 0px 15px;
	margin: 0px;
	height: 80px;
	background: url(images/reviewbg.png) no-repeat right center;
}
#productsiderev li {
	padding: 5px 0px;
}
#productsiderev li a {
	font-weight: bold;
}
/* recently viewed */

#productrecent {
	overflow: auto;
	margin-bottom: 10px;
	margin-top: 20px;
}
#productrecent h1 {
        color: #666;
        background: #E0E0DA;
	margin: 0px 0px 10px;
	padding: 7px;
}
#productrecentbox {
	clear: both;
	overflow: auto;
	font-size: 11px;
}
#productrecentbox p {
	line-height: 30px;
	margin: 0px;
}
.productrecentboximg {
	float: left;
}
.productrecentboximg img {
	height: 30px;
	width: 30px;
	padding: 2px;
        background: #F5F5F5;
        border: 1px solid #E0E0DA;
}
.productrecentboxname {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.productrecentboxname a {
	font-weight: bold;
	font-size: 11px;
}
.productrecentboxprice p {
	font-size: 10px;
}
/* product box */
#listproduct {
	overflow: auto;
}
#listproductbox a {
	font-weight: bold;
}
#listproductbox {
	width: 185px;
	float: left;	
	margin-bottom: 20px;
	position: relative;
}
.listproductboximg {
        height: 180px;
        text-align: center;
        margin-top: 5px;
}
.listproductboximg img {
	width: 175px;
	height: 175px;
}
#listproductbox:hover .listproductboximg {
        padding: 0px;
        height: 185px;
        margin: 0px;
}
#listproductbox:hover .listproductboximg img {
        width: 185px;
        height: 185px;
}
.listproductboxname {
        text-align: left;
        height: 40px;
        padding-top: 5px;
}
.listproductboxname a{
        color: #333;
        font-weight: bold;
        font-size: 11px;
        padding: 0px 5px 0px 0px;
}
#listproductbox:hover .listproductboxname a {
        text-decoration: underline;
}
.listproductinfo, .listproductinfo a {
	font-size: 10px;
}
.listproductboxcost {
        padding-left: 5px;
	padding-bottom: 5px;
        color: red;
        font-size: 17px;
        font-weight: bold;
	height: 18px;
}
.listproductboxcost s {
	color: #333;
	font-size: 13px;
	margin-right: 10px;
}


/* product box end*/


/* product review list*/

#listreviewbox {
	margin-bottom: 20px;
}
.listreviewtop {
	overflow: auto;
	padding: 10px 0px;
}
.listreviewtopname {
	float: left;
	width: 400px;
}
.listreviewtopname a {
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
.listreviewtopname span {
	font-size: 11px;
	padding-left: 5px;
}
.listreviewtopdate {
	float: right;
	width: 340px;
	text-align: right;
	font-size: 11px;
}
.listreviewcontent {
	overflow: auto;
	padding: 10px 20px;
	background: #F5F5F5;
        border: 1px solid #E0E0DA;

}
.listreviewcontentimg {
	float: left;
	width: 250px;
}
.listreviewcontentimg img {        
	width: 240px;
        height: 190px;
	padding: 5px;
	background: #FFF;
	border: 1px solid #E0E0DA;
}
.listreviewcontentinfo {
	width: 430px;
	float: right;
	padding-left: 10px;
}
.listreviewcontentreview {
	height: 150px;
	overflow: auto;
}
.listreviewcontentreview p {
	margin: 0px;
	padding-top: 10px;
}	
.listreviewrating {
	padding: 10px 0px;
	text-align: right;
}

#productreviewbox {
        overflow: auto;
        padding: 10px 20px;
        background: #F5F5F5;
        border: 1px solid #E0E0DA;
	margin: 10px 0px 15px
}
#productreviewbox span {
        font-size: 10px;
        text-transform: uppercase;
}

/* product review list end */

/* category list */
#listcategory {
}
#listcategorybox {
	float: left;
	border: 1px solid #FFF;
	width: 146px;
	height: 225px;
}
.listcategoryboximg img {
	width: 146px;
	height: 175px;
}
.listcategoryboxname {
	height: 40px;
	background: #F5F5F5;
	padding-top: 10px;
	text-align: center;
}
.listcategoryboxname a {
	font-weight: bold;
}
/* categroy list end */
#nextnavigationbar {
padding: 15px 0px;
border-top: 1px dotted #E0E0DA;
border-bottom: 1px dotted #E0E0DA;
	overflow: auto;
	font-size: 11px;
	color: #333;
}
#nextnavigationbar a {
	font-size: 11px;
}
.nextnavigationbaramount {
	width: 400px;
	float: left;
}
.nextnavigationbarpages {
	width: 300px;
	float: right;
	text-align: right;
}
.nextnavigationbarpages b {
	color: #C70304;
}
/* contact page form */
#contactusformbox {
	padding: 5px;
	background: #FFF;
	border: 1px solid #F5F5F5;
}

#contactusform {
        overflow: auto;
        padding: 20px;
        background: #F5F5F5;
        border: 1px solid #E0E0DA;
}
.contactformbox {
	padding: 5px 0px;
}
.contactformboxname {
	width: 100px;
	float: left;
}
.contactformboxinput textarea {
	width: 350px;
}
.contactformboxsubmit {
	padding-top: 10px;

}	
.contactformboxsubmit input {
	float: right;
}
#contactuspreview {
	background: url(images/contactusprev.jpg) no-repeat right 30px;
	min-height: 100px;
	margin: 30px 0px;
}
.contactuspreviewbox {
        overflow: auto;
        padding: 10px 20px;
        background: #F5F5F5;
        border: 1px solid #E0E0DA;
	margin: 0px 140px 0px 0px;
}
.contactpreviewboxheading {
	margin: 0px;
}
#categoryfilter-wrapper {
	overflow: auto;
	padding: 5px 0px;
	font-size: 11px;
	margin-bottom: 10px;
}
.categoryfilter {
	text-align: right;
	width: 250px;
	float: right;
}
.categoryfilter select {
	font-size: 11px;
	width: 180px;
	padding: 2px;
	margin-left: 5px;
        color: #C80303;

}
#socialbookmark {
	text-align: left;
	padding-left: 2px;
}
#socialbookmark img {
	width: 45px;
	height: 45px;
}

#loginbox-wrapper {
	width: 350px;
	margin: 20px 10px;
	float: left;
}
#loginbox {
	height: 200px;
	position: relative;
}
input.full {
	width: 100%;
}
#loginbox .loginbutton {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
/* background as a box*/
.boxback {
        background: #F5F5F5;
        border: 1px solid #E0E0DA;
        padding: 20px;
}
/* product info */

#productinfo {
	position: relative;
}

#productinfoimg {
	float: left;
	width: 210px;
	text-align: center;
	font-size: 11px;
}
#productinfoimg img {
	padding: 3px;
	background: #F2F2F2;
	border: 1px solid #E0E0DA;
	width: 190px;
	height: 180px;
}
#productinfogal {
	padding: 0px;
	margin-bottom: 15px;
	height: 75px;
	overflow: hidden;
}
#productinfogal img {
	width: 70px;
	height: 70px;
	padding: 1px;
        background: #F2F2F2;
        border: 1px solid #E0E0DA;
}
#productinfotop {
	margin: 5px 0px 0px;
	height: 210px;
}
#productinfotopdetails {
	float: left;
	width: 280px;
}
#productinfotop p {
	margin: 3px 20px;
}
#productinfotop p.pheading {
        font-size: 13px;
        font-weight: bold;
        color: #C80303;
        margin: 0px;
}
#productinfotop p.pmodel {
	color: #A2A2A2;
        font-size: 10px;
}
#productinfotop p.pprice, #productinfotop p.pshipping, #productinfotop p.poption {
	font-size: 11px;
	color: #333;
}	
p.poption {
	overflow: auto;
}
p.poption span {
	float: left;
}
#productinfotop p.ppricespecial {
	font-size: 12px;
	color: #C80303;
	font-weight: bold;
	margin-left: 30px;
}
#productinfotop p.ppricespecial b {
	font-size: 11px;
}
#productinfotop p.pshipping span {
	font-size: 10px;
}
#productinfooptions {
	color: #333;
	font-size: 11px;
        padding: 10px;
        background: #F5F5F5;
        border: 1px solid #E0E0DA;
}
#productinfotop select {
        color: #C80303;
	font-size: 11px;
	padding: 2px;
	margin-left: 10px;
	float: left;
}

#productinfodes {
	width: 520px;
	float: left;
	line-height: 20px;
}
p.pheading {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 2px;
	border-bottom: 1px dotted #ECECEC;
}
#productdes {
	margin-bottom: 20px;
        background: url(images/bprice.png) no-repeat 380px  bottom;
}
#productrev {
	margin: 0px 0px 10px;
	padding: 0px;
}
#productrev p {
	margin: 0px 0px 10px;
}
#productrevbox {
	font-size: 11px;
	padding: 10px;
        background: #F8F8F8;
        border: 1px solid #E0E0DA;
	margin: 0px 0px 5px 20px;
}
#productrevbox p {
	font-size: 11px;
	margin: 0px 0px 5px;
	line-height: 14px;
}
#productrevbut {
	overflow: auto;
}
#productinfoadd {
	margin: 10px 0px 0px 20px;
}
#productinfosocial {
	position: absolute;
	top: 50px;
	right: 2px;
	width: 100px;
}
.productinfosocialfb {
}
#productcartreview {
	text-align: right;
	width: 150px; 
	float: right;
}
#productwritereview {
        text-align: left;
        width: 150px;
        float: left;

}
#productcart input.addcart {
	float: right;
}
#myinfo {
	padding:  0px 140px 0px 0px;
}
/* continue button float to right*/
.conbutton {
	width: 120px;
	float: right;
}

#botmenu-wrapper {
	margin: 0px;
	padding: 20px 0px 20px 50px;
        color: #a2a2a2;
        font-size: 11px;
	overflow: auto;
	background: url(images/sep.png) no-repeat top center;
}
#botmenu-wrapper h2 {
	font-size: 11px;
	margin: 0px 0px 5px;
	color: #a2a2a2;
}
#botmenu-wrapper a {
	color: #a2a2a2;
        font-size: 11px;
}
#botmenu-wrapper a:hover {
	text-decoration: underline;
}

.botmenuwrap {
	float: left;
	width: 140px;
}
#botmenu-wrapper ul {
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
#botdet-wrapper {
        margin: 0px;
        padding: 10px 20px;
        color: #666;
        font-size: 11px;
        overflow: auto;
        background: url(images/sep.png) no-repeat top center;
}
#botdet-wrapper h2, #botdet-wrapper h2 a {
        font-size: 14px;
        color: #333;
}

#botdet-wrapper a {
        color: #666;
        font-size: 11px;
}
#botarticles {
	float: left;
	width: 365px;
	padding: 0px 10px 0px 0px;
        font-size: 11px;
}
#botarticles ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
        font-size: 11px;
        list-style-type: square;
}
#botarticles li {
        list-style-position: inside;
        font-size: 11px;
}
#botarticles li a {
	font-size: 11px;
}
#paymentmethod-wrapper {
        background: url(images/paymentbg.jpg) no-repeat top center;
        margin: 0px 20px;
        padding: 10px 0px 5px;
	height: 60px;
	line-height: 60px;
}
#paymentmethod {
	width: 520px;
	margin: 0 auto;
	height: 60px;
}
#paymentmethod img {
	margin: 0px 8px;
}

#footer-wrapper {
	margin-bottom: 20px;
}
#footer {
}

/* product info tabs */
#producttabinfo {
	border-top: 1px solid #E0E0DA;
        border-left: 1px solid #E0E0DA;
        border-right: 1px solid #E0E0DA;
	padding: 10px
}
#producttab2 {
}
#producttab2 img {
        padding: 3px;
        background: #F2F2F2;
        border: 1px solid #E0E0DA;
	margin: 4px;
}
#producttab3 span {
	font-size: 10px;
	text-transform: uppercase;
}
#paypal {
	text-align: center;
}
#paypal img {
	margin-bottom: 10px;
}

/* review box */

#reviewleft {
	width: 365px;
	float: right;
	margin: 0px;
        color: #333;
        float: left;
	background: #FFF;
	overflow: hidden;
}
#reviewleft a {
	color: #333;
}
#reviewleft ul {
        padding: 0px;
}
.recentreviewimg {
	height: 120px;
	float: left;
	width: 195px;
}
.recentreviewinfo {
	float: left;
	width: 170px;
}
#reviewleft img {
        background: #F4F4F4;
        border: 1px solid #E0E0DA;
	padding: 2px;
	width: 188px;
}
#reviewleft p {
        line-height: 13px;
        text-align: justify;
        font-size: 10px;
        color: #666;
        padding: 0px 5px;
	margin: 0px;
}
#reviewleft p a {
        font-size: 10px;
        color: #666;
}
#reviewleft p.rcenter {
        text-align: left;
        color: #333;
	padding: 3px 5px;
}
#slider {
	height: 125px;
	overflow: hidden;
}
#slider ul, #slider li{
        margin:0;
        padding:0;
        list-style:none;
}
#slider li{
        width:365px;
        height:125px;
        overflow:hidden;
}

/* article manager */
#articleinfo {
}
#articleproduct {
	clear: both;
	margin-top: 20px;
	
}

#maintenancebox {
	margin: 10px 0px;
	padding: 10px;
	background: #F5F5F5;
        border: 1px solid #E0E0DA;
}
#maintenancebox img {
	width: 230px;
}
p.articleheading, p.articleheading a{
	margin: 0px;
	font-weight: bold;
	font-size: 13px;
	color: #C80303;
}
p.articleheadingextra, p.articleheadingextra a {
	margin: 0px 0px 10px;
	text-transform: uppercase;
	font-size: 10px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #ECECEC;
}
#articlesumbox {
	padding: 10px;
}
/* about us page */
.companyinfo {
}
.companyinfo a {
        font-weight: bold;
}
.companyinfo p {
        margin: 0px 0px 10px;
}
.companyinfo h2 {
        color: #333;
        font-size: 14px;
        font-family: Arial, Verdana, Sans-Serif;
        margin: 0px;
}

.companyinfo ul {
        list-style-type: none;
        margin: 0px;
        overflow: auto;
}
.companyinfo li {
        float :left;
}
li.firstboxrem{
        width: 110px;
        text-align: right;
        font-weight: bold;
        color: #25508D;
        padding: 10px;
}
li.secondboxrem {
        width: 280px;
        text-align: left;
        border-left: 1px solid #EFEFEF;
        padding: 12px;
}
li.firstbox {
        width: 110px;
        text-align: right;
        border-top: 1px solid #EFEFEF;
        font-weight: bold;
        color: #25508D;
        padding: 10px;
}
li.secondbox {
        width: 280px;
        text-align: left;
        border-left: 1px solid #EFEFEF;
        border-top: 1px solid #EFEFEF;
        padding: 12px;
}
li.secondbox h3 {
        font-size: 12px;
        color: #333;
}
.ourserviceslist li {
        width: 220px;
        padding: 5px 0px;
}

#banner {
	padding: 0px 0px 15px;
	margin: 0 auto;
	width: 728px;
}
#banner img {
	border: 1px solid #A2A2A2;
	margin: 0 auto;
	width: 700px;
	display: block;
}
/* account history page */
#orderhistorybox {
        border: 1px solid #E0E0DA;
	margin: 0px 0px 20px;
}
.orderhistoryboxheading {
        background: #ECECEC;
	font-weight: bold;
	color: #333;
}
#orderhistorybox ul {
	margin: 0px;
	list-style-type: none;
	overflow: auto;
	padding: 0px;
}
#orderhistorybox li {
	float: left;
        border-right: 1px solid #E0E0DA;
	padding: 10px 5px;
	text-align: center;
	min-width: 84px;
}
#orderhistorybox li.name {
	width: 140px;
}
#orderhistorybox li.status {
	width: 100px
}
#orderhistorybox li.last {
	border: 0px;
}
.orderhistorycommentboxinner {
        border: 1px solid #E0E0DA;
        background: #ECECEC;
	padding: 10px;
	margin-bottom: 10px;
}
.orderhistorycommentboxinner span {
	display: block;
	font-size: 10px;
	text-transform: uppercase;
}
#orderhistorybox .orderhistoryboxheadingno li {
        border: 0px;
        padding-left: 20px;
}

/* shopping cart page */
.productListing-heading {
        background: #282828;
        color: #FFF;
        font-weight: bold;
        padding: 5px 10px;
        border: 1px solid #FFF;
}
.productListing-odd {
        background: #F9F9F9;
}


