/* 	General Stylesheet specification for GYM Fitness warehouse 
	Used in general site and admin area
*/

/* 
	brownish/orangey - C36439 - [links, highlights]
	Light grey - E1E1E1 - [background]
	Medium grey - B0B0B0 - [Some text]
	Dark Grey - 999999 - [some text]
	Burgundy - 6B1814 
	Light Green - 657865 [site primenav active]
*/

body{
background-color:#ffffff;
font-family:verdana, arial, san-serif;
text-align:center;
}

/* content area div encapulates all information in admin and site */
.page{
margin-left:auto;
margin-right:auto;
width:780px;
text-align:left;
background-color:#e1e1e1;
border:1px solid #cccccc;
}

.page .position_base{
	height: 0px;
	width: 30px;
	/*border: 1px green solid;*/
	position: relative;
}

.page .position_base .abs_positioned{
	position: absolute;
	top: 386px;
	left: 354px;
	width: 360px;
	border: 1px green solid;
	color: red;
	display: none;
}

a{
font-size:10px;
text-decoration:none;
color:#000000;

}

a:hover{
text-decoration:underline;
color:#C36439;
}

table{
padding:0;
margin:0;
}



input, textarea{
background-color:#ffffff;
border: 1px solid #666666;
font-size:13px;

padding:0;
margin:1px 0 0 1px;
}

.sn{
width:110px;
padding:0;
margin:0 0 0 15px;
height:auto;
vertical-align:top;



}

.sn ul{
padding:0;
margin:0;
list-style:none;
list-style-type: none
}

.sn li{
list-style:none;
}

.sn li a{
color:#000000;
}

.sn li a:hover{
color:#C36439;
}

ul li{}

h1{
font-size:medium;
font-weight:bold;
}
h2{font-size:medium;
margin: 0px;
}

h2.brown a{font-size:13px;
margin: 0px;
color:#C36439;
}
h2#product_title a{
font-size: 13px;
}
h3{font-size:small;
font-weight:bold;}
p{font-size:x-small}
.bold{font-weight:bold}
.burgundy{
color:#6B1814 ;
}
.brown{
color:#C36439;
}
a img, a:hover img{border:0;

}

form p{
display:inline;
}

.enlarge{
display:block;
}
.enlarge a{
display:inline
}

a:hover img{text-decoration:none;}

.right{
text-align:right;
}

.bold {
font-weight: bold;
}



