/* 

Universal - CSS File

*/


/*** GLOBAL  ***/
html,body{height:100%}
body {
	font-family:Tahoma, Arial, Verdana;
	font-size:12px;
	margin:0 auto;
	padding:0;
	color:#4c4c4c;
	height:100%;
	background-image:url(../Images/pattern.gif);
	background-repeat:repeat-x;
	background-color:#a2a3a4;
}
*:focus {
	outline:none; /* removes ugly dotted border but may make template more unsuable, up to you
					 if you want to keep it! */
}
.clr{clear:both; height:1px;}
form{margin:0; padding:0;}
hr {
	border: 0;
	color: #CCC;
	background-color: #CCC;
	height: 1px;
	margin:10px 0px 6px 0px;
	padding:0px;
}

/*** END OF GLOBAL  ***/

/*** DEFAULT ELEMENT STYLES ***/
/* heading */
h1, h2, h3, h4, h5 {
	margin-bottom:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	color:#900;
}
h1 {font-size:16px; line-height:18px; color:#333;}
h2 {font-size:15px; line-height:16px;}
h3 {font-size:12px; line-height:14px; margin-bottom:0px; font-weight:bold;}
h4 {font-size:12px; line-height:14px;  font-weight:bold;text-align:left; color:#900;}
h5 {font-size:12px; margin:3px 0px; padding:0px;letter-spacing:1px;}
h6 {font-size:12px; font-weight:bold; background-color:#CCC; height:20px;width:179px;margin:0px 0px 0px -10px;padding-left:25px;}

/* links */
a {color:#900;text-decoration:underline; font-weight:normal;}
a:hover{color:#deab39;}
a img{border:none}
.imgleft{float:left; padding-right:12px;}
.imgright{float:right; padding-left:12px;}
.imgcenter{margin:5px auto; display:block;}
/* lists, blockquotes and paragraphs */
p  {
	font-size:12px;
	line-height:14px;
	margin-bottom:5px;
	color:#4c4c4c;
}
ul, ol {
}
li ol,
li ul
{
	list-style:none;
}
li ol {list-style:decimal;}
blockquote {
	margin:25px 0 25px 0px;
	color:#4c4c4c;
	padding:10px 20px 10px 35px;
	background-image:url(../Images/quote_top.png);
	background-repeat:no-repeat;
}

.slider { height:340px; width:680px; background-image:url(../Images/shadow.jpg); background-repeat:no-repeat; background-position:bottom left; margin:0px 0px 0px 0px; padding:0px;}

/* code */
code {
	font-family:Verdana, Arial;
	letter-spacing:1px;
	margin:25px 0 25px 0px;
	display:block;
	font-size:0.9em;
	border-left:4px solid #dddddd;
	padding:15px 10px;
}
/*** END OF DEFAULT ELEMENT STYLES ***/

/*** CONTAINER ***/
#container{width:100%; background-image:url(../Images/bgglow.jpg); background-repeat:no-repeat; background-position:50% 0%; min-height:82%;}
#centercolumn{width:960px; margin:0px auto;}
/*** END OF CONTAINER ***/


/*** HEADER ***/
#topmenu{
	background-image:url(../Images/top_back.jpg);
	background-repeat:repeat-x;
	background-position:top; 
	height:40px;
	margin: 0 auto 0 auto;
	width: 960px;
}
/* menu */
#menu{
	padding:10px 0px 0px 0px;
	float:left;
	width:730px;
	margin: 0 auto 0 auto;
}
#menu ul{list-style-type:none; margin:0px; padding:0px;}
#menu ul li{list-style-type:none; margin:0px; padding:0px 10px; display:inline; font-family:Arial; font-size:12px; border-left:solid 1px #fff;}
#menu ul li#home{border:none;}
#menu ul li a, #menu ul li a:visited{color:#fff; text-decoration:none;}
#menu ul li a:hover{color:#fad30d;}

/* cart */
#cart{padding:10px 0px 0px 10px; float:left; width:220px; color:#fff; text-align:right;}

/* top */
#top{
	padding:0px 0px 0px 0px;
	height:95px;
}
.slogan {
	font-size:13px;
	font-style:italic;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	float:left;
	width:300px;
	height:30px;
	padding-left:15px;
	padding-top:5px;
	color:#600;
}
#logo{width:660px; float:left; height:91px;}
#topsearch{width:285px; float:right; padding:5px 0px 0px 0px}
#topsearch fieldset{border:0px;}
.bg_input{background-image:url(../Images/bg_search.gif); background-repeat:no-repeat; width:185px; height:26px; float:left;}
.inputbox{background:transparent; border:0px; width:165px; padding:5px 10px 5px 10px; line-height:normal; color:#ffffff;}
.but{float:left;}

/*** END OF HEADER ***/

/*** SLIDE ***/
#slide {
padding:22px 22px;
width: 916px;
float: left;
}

/* outmost wrapper element */
#scrollable {
padding:0px 0px 0px 0px;
margin:0px auto;
width: 912px;
float: left;
position:relative;
}

/* container for the scrollable items */
.items {
width:840px;
height:160px;
display:block;
margin:0px auto;
}

.slide-items {
width: 200px;
padding:0px 5px;
float: left;
margin-left: 0px;
margin-right: 0px;
text-align:center;
background-image:url(../Images/dotted2.gif); background-repeat:repeat-y; background-position:right;
}

.slide-items.noborder{background-image:none;}
/* single item */

/* next / 
a.prev, a.next {
display:block;
width:20px;
height:70px;
background-repeat:no-repeat;	
margin:0px 0 0 0;
cursor:pointer;
position:absolute;
top:55px;
}

a.prev {
background:url(../Images/slide-prev.gif);
background-repeat:no-repeat;
left:0;
}


a.next {
background:url(../Images/slide-next.gif);
background-repeat:no-repeat;	
right:0;
}
prev buttons */
/*** END SLIDE ***/

/*** CONTENT ***/
#content{background-image:url(../Images/c_repeat.gif); background-repeat:repeat-y;}
#c_top{background-image:url(../Images/c_top.gif); background-repeat:no-repeat; background-position:top;}
#c_bottom{background-image:url(../Images/c_bottom.gif); background-repeat:no-repeat; background-position:bottom; min-height:480px;}
#maincontent{
	padding:10px 0px 22px 0px
}
#slider{height:180px;}
#main{background-image:url(../Images/bg_glowcontent.gif); background-repeat:no-repeat; padding:40px 0px 0px 11px}
#mainleft{width:722px; float:left;}
#Admin_mainleft{width:930px;}
.pad_content{padding:0px 15px 0px 15px ;}
.pad_content_inner{padding:10px 5px 30px 5px ;}
/* box product */
.prodbox{background-image:url(../Images/box_m.gif); background-repeat:repeat-y; width:226px; float:left; margin:0px 9px 0px 0px}
.prodbox.nomargin{margin:0px 0px 9px 0px;}
.prodbox_c{background-image:url(../Images/box_t.gif); background-repeat:no-repeat; background-position:top;}
.prodbox_b{background-image:url(../Images/box_b.gif); background-repeat:no-repeat; background-position:bottom;}
.pad_box{padding:15px 20px;}
.prod_title{font-size:16px; line-height:18px; border-bottom:solid 1px #dedede; padding-bottom:6px;}
.price{color:#ca900e; font-size:16px;}
.price2{color:#ca900e; font-size:12px;}
#side{width:204px; float:left; margin-top:-15px;}
.padbox_side1{
	padding:0px 5px 5px 10px;
	min-height: 100px;
}
.padbox_side{
	padding:0px 5px 5px 10px;
	min-height: 290px;
}

.padbox_sidee{
    padding:0px 5px 5px 10px;
    height:200px;
    }
.sidebox{background-image:url(../Images/sidebox_m.gif); background-repeat:repeat-y; width:204px; margin:0px 0px 10px 0px; position:relative;z-index:10;}
.sidebox2{margin:0px 0px 10px 0px;}
.sidebox_t{background-image:url(../Images/sidebox_t.gif); background-repeat:no-repeat; background-position:top; width:204px;}
.sidebox_b{background-image:url(../Images/sidebox_b.gif); background-repeat:no-repeat; background-position:bottom; width:204px;}
.sidebox h2{
	background-image:url(../Images/title_side.gif);
	background-repeat:no-repeat;
	height:24px;
	color:#FFF;
	text-align:left;
	font-size:14px;
	margin:0px;
	padding:8px 0px 0px 15px
}
.locbox_side{
	padding:10px 5px 5px 0px;
	min-height: 280px;
}
.longbox{background-image:url(../Images/lg_container_m.jpg); background-repeat:repeat-y; width:680px; margin:0px 0px 10px 0px; position:relative;z-index:10;}
.longbox2{margin:0px 0px 10px 0px;}
.longbox_t{width:680px;}
.longbox_b{background-image:url(../Images/lg_container_b.jpg); background-repeat:no-repeat; background-position:bottom; width:680px;}
.longbox h2{
	background-image:url(../Images/lg_container_t.jpg);
	background-repeat:no-repeat;
	height:24px;
	color:#FFF;
	text-align:left;
	font-size:14px;
	margin:0px;
	padding:8px 0px 0px 15px
}
.locbox_side{
	padding:10px 5px 5px 10px;
	min-height: 280px;
}
.locbox{background-image:url(../Images/loc_m.jpg); background-repeat:repeat-y; background-position:bottom left; width:240px; margin:0px 0px 10px 0px; position:relative;z-index:10;}
.locbox2{margin:0px 0px 10px 0px;}
.locbox_t{ width:240px;}
.locbox_b{background-image:url(../Images/loc_b.jpg); background-repeat:no-repeat; background-position:bottom left; width:240px;}
.locbox h2{
	background-image:url(../Images/loc_top.jpg);
	background-repeat:no-repeat;
	height:34px;
	color:#333;
	text-align:left;
	font-size:14px;
	margin:0px;
	padding:12px 0px 0px 15px;
}

.sidebox ul{list-style-type:none; padding:0px; margin:0px;}
.sidebox ul li{list-style-type:none; padding:0px 0px 0px 5px; margin:0px; border-bottom:solid 1px #dedede; background-image:url(../Images/arrow.gif); background-repeat:no-repeat; line-height:25px; background-position:left center}
.sidebox ul li a, .sidebox ul li a:visited{text-decoration:none; color:#707070 }
.strip{position:absolute; top:0; right:0;}
.icon{vertical-align:middle; padding-right:4px}
.container {
	width:700px;
	min-height:560px;
}
.container #long_container {
	background:url(../Images/long_container.jpg) no-repeat top left;height:190px;padding:15px; width:655px;
}

.slidercontainer {
	width:700px;
        height:390px;
}

.slidercontainer #slider {
	height:350px;
	width:655px;
}
.container #box1
{ 
background-image:url(../Images/Box4.jpg);
background-repeat:no-repeat;
float:left;
width:190px;
height:325px;
margin-left:2px;
padding:5px 15px;
}
.container #box2
{ 
background-image:url(../Images/Box1.jpg);
background-repeat:no-repeat;
float:left;
width:190px;
height:325px;
margin-left:5px;
padding:5px 15px;
}
.container #box3
{ 
background-image:url(../Images/Box3.jpg);
background-repeat:no-repeat;
float:left;
width:190px;
height:325px;
margin-left:5px;
padding:5px 15px;
}
.container #coupon
{
	background-image:url(../Images/coupon_bg.jpg);
	background-repeat:no-repeat;
	float:left;
	width:155px;
	height:270px;
	margin-left:4px;
	padding:25px 35px 35px 30px;
}

.container #box1 h2, .container #box2 h2,.container #box3 h2,.container #long_container h2,.container #coupon h2 {
font-family:"Arial Black", Gadget, sans-serif;
font-size:14px;
text-align:center;
margin-top:15px;
margin-bottom:5px;
padding-bottom:0px;

}


/*** END OF CONTENT ***/

/*** FOOTER ***/
#footer{padding:10px 0px 20px 0px; color:#ffffff; text-align:right;}
#footer a, #footer a:visited{color:#fff; text-decoration:none;}
#footer a:hover{text-decoration:underline;}
#footleft{float:left;}
/*** END OF FOOTER ***/
/*** Search Box ***/
	#topsearch	fieldset {
			padding: 1em;
			width:250px;
		}
	#topsearch	legend {
			padding: 0 0.5em;
			width:250px;
		}
	.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background:  url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}
/*** End Search Box ***/
/*** Product Reviews ***/
#ReviewBox {
	width: 600px;
    margin-right:-20px;
	padding: 0px;
}
tr.odd td {
	background-color: #f7f7f7;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
tr.even td {
	background-color: #EEE;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
tr.one td {
	background-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	padding: 5px;
	color: #FFFFFF;
}
.maroon {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; text-decoration: none; color: maroon; }
.red {font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; text-decoration: none; color: red; }
.red1 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; text-decoration: none; color: red; }
.green {font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; text-decoration: none; color: #009900; }
.style1 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #666666}
.style2 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.style3 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; }
.gray {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #666666; font-weight:bold;}
.sortstyle 
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	padding-left: 30px;
	float:left;
}
.sortstyle1
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	padding-left: 30px;
	margin-top: 5px;
	float:left;
}
.sortstyleadmin 
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	padding-right: 20px;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	vertical-align: top;
}
.drop 
{
	color:#666666;
	border: 1px solid #CCC;
	background-color: #F7F7F7;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 5px;
	width: 500px;
	height: 19px;
}
form fieldset {	border: 0; }
form fieldset p br { clear: left; }
input:hover[type="submit"], input:hover[type="button"]{
}
textarea {
	color: #7a919f;
	font-family: Tahoma;
	font-size: 12px;
    border: 1px solid #CCC;
	margin-bottom: 5px;
    background-color: #FFF;
    padding: 2px;
}
textarea:hover {
	border: 1px solid #7a919f;
}
.slider_model {font-size:10px; text-decoration:none;}
.fwitter {
background:url("../Images/twitter.jpg") no-repeat scroll 0 top transparent;
display:block;
float:left;
height:32px;
margin:-20px 5px 0 10px;
width:32px;
}
.facebook {
background:url("../Images/facebook.jpg") no-repeat scroll 0 top transparent;
display:block;
float:left;
height:32px;
margin:-20px 5px 0 10px;
width:32px;
}
td.brand_li {
	height:5px;
	line-height:10px;
}
.package_details_container {
    border: 1px solid #CDCDCD;
    border-radius: 5px 5px 5px 5px;
    margin-top: 25px;
    padding: 20px 15px;
    position: relative;
    width: auto;
}
.package_item {
    padding: 15px 0;
}

.package_item_link{
    float: right;
    text-align: right;
    width: 100px;   
}
.package_item_image {
    float: left;
    margin-right: 15px;    
}
.package_item_details{
    padding-left: 135px;
    padding-right: 70px;   
}
.package_item_title{
    font-size: 14px;
    font-weight: bold;    
}
.package_item_model{
    color: #959595;
    font-size: 9px;    
}
.package_item_description{
    margin: 15px 0;    
}

/*rss feeder*/
#pscroller1{
float: left;
width: 400px;
height: 50px;
padding: 5px;
/* margin-left: 15px; */
border: 1px solid #ddd;
border-radius: 5px;
}

.rssclass .rsstitle{

font-weight: bold;
}

.rssclass .rssdate{
color: black;
font-size: 85%;
}

.rssclass a{
color: #990000;
    text-decoration: none;
}
/*rss feeder end*/
.optpack {
    padding: 7px; 
    border-bottom: 1px solid #aaa; 
    box-shadow: inset 0 0 10px #aaa;
}


.share_buttons {
  /*height:20px; */
  overflow: visible;
margin-right: 15px;
}
.share_buttons div {
  float: right;
  height: 20px;
  overflow: visible;
}
#gp1_share_button {
  width: 70px;
  margin-right: 0px;
}
#fbk_share_button {
  width: 78px;
  *width: 80px; /* IE 7 makes the twitter count bubble wider */
  margin-right: 7px;
}
#fbk_sharebutton iframe {
    z-index: 1000;
    background-color: #000;
}
#twt_share_button {
  width: 97px;
  *width: 101px; /* IE 7 makes the twitter count bubble wider */
  margin-right: 7px;
}

