/**[css document for transgenderMagazines]**/
/********************************************
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
**********************************************/
/* Remove margins from everything */
* {
	margin: 0;
	padding: 0;
	}
/* body control */
html {
	width: 100%;
	height: 100%;	
	background: url('../img/layout/background_page.png') repeat-x top left #FFFFFF;	
	}
body {
	width: 100%;
	height: 100%;
	background: url('../img/layout/background_page.png') repeat-x top left #FFFFFF;
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;	
	text-align: center;
	}
/* wrapping div */
#wrapper {
	max-width: 1000px;
	min-width: 750px;
	width: 100%;
	height: 100%;
	margin: auto;
   _width: expression(document.body.clientWidth < 742? "300px" : document.body.clientWidth > 1000? "1000px" : "auto");
	text-align: left;
	}
/*--/[Layout Divs]/--*/
/* header image and search box in the centre column */
#masthead {
	width: 100%;
	height: 200px;
	background: url('../img/layout/background_masthead.png') no-repeat top left;
	}
#left {
	width: 200px;
	float: left;
	height: 100%;	
	margin-left: 5px;
	}
#center {
	margin-left: 215px;
	margin-right: 215px;
	height: 100%;
	text-align: left;
	}
#right {
	width: 200px;
	float: right;	
	height: 100%;
	margin-right: 5px;
	text-align: center;
	}
#footer {
	clear: left;
	background: url('../img/layout/background_footer.png') repeat-x bottom left;
	height: 30px;
	margin-top: 30px;
	}
/* Panel class controls the blue img in the left and right 
   columns - they act as column headers */
.panel {
	background: url('../img/layout/background_panel_left.png') no-repeat top left;
	min-height: 100px;
	}
h1.panelh1 {
	font-size: 14px;
	color: #FFFFFF;
	padding:6px 25px 0 25px;
	}
#center h1 {
	font-size: 18px;	
	}
#center h2 {
	font-size: 16px;
	}
#center h3 {
	font-size: 14px;
	}
#offerpanel h2 {
	font-size: 16px;
	}
#left ul {
	list-style: none;
	margin-top: 10px;
	}
#left li {
	line-height: 25px;
	border-bottom: 1px solid #EEEEEE;
	background: url('../img/layout/bullet.png') no-repeat center left;
	padding-left: 25px;
	}
#left ul ul {
 	margin-top: 0;
 	}
#left li.leveltwo, li.levelthree,li.levelfour,li.levelfive {
	background: #eeeeee;
	line-height: 25px;
	border-bottom: 1px solid #EEEEEE;
	display: block;
	}
#right ul {
	list-style: none;
	margin-top: 10px;
	}
#right li {
	line-height: 25px;
	border-bottom: 1px solid #EEEEEE;
	background: url('../img/layout/bullet.png') no-repeat center left;
	padding-left: 25px;
	}
#right ul ul {
 	margin-top: 0;
 	}
#right li.leveltwo, li.levelthree,li.levelfour,li.levelfive {
	background: #eeeeee;
	line-height: 25px;
	border-bottom: 1px solid #EEEEEE;
	display: block;
	}
#middleboard {
	background: url('../img/layout/background_middleboard.jpg') no-repeat top center;
	height: 190px;
	text-align: center;
	}
#offerpanel {
	width: 669px;
	height: 80px;
	padding-top: 33px;
	text-align: center;
	background: url('../img/layout/offers_panel.png') no-repeat top center;
	top: 120px;
	left: 170px;
	position: relative;
	}
.searchdiv {
	width: 80%;
	height: 25px;
	margin: auto;
	padding: 3px;
	/* 
	border: 1px solid #364160;
	border-style: inset;*/
	top: 155px;
	left: 0px;
	position: relative;
	}
.searchdivinput {
 	width: 70%;
	border: 1px solid #364160;
	padding: 2px;
	float: left;
	}
.leftify {
	float: left;
	}
.rightify {
	float: right;
	}
.clearify {
	clear: both;
	}
.imagepad {
	padding: 5px;
	margin: 0;
	}

/**[SPECIAL OFFERS]**/
p.header {
	font-size: 12px;
	font-weight: bold;
	}
p.description {
	font-size: 10px;
	text-align: left;
	}
p.only {
	font-size: 10px;
 	color: #FF0000;
	}
/**[center content stuff]**/
.cenwrap {
 	padding: 3px;
	background: url('../img/layout/background_panel_center.png') no-repeat top center;
	margin-bottom: 35px;
	}
p.cenwraphead {
	padding: 3px;
	font-weight: bold;
	font-size: 14px;
	}
p.cenwrapdescription {
	
	}
/*/--[links]-------------------------------/*/
a, a:visited {
	color: #000000;
	text-decoration: none;
	}
a:hover {
	color: #ff0000;
	text-decoration: underline;
	}

/*/--[CMS Specific]----------------------------/*/
div.product_summary {
	margin-bottom: 10px;
	margin-top: 5px;
	padding: 3px;
	border: solid 1px #dad7d7;
	background: url(../img/layout/product_background.png) repeat-x top left;
	height: 135px; 
}
span.bigger, td.big {
	text-decoration: none;
	color: #a44;
	font-weight: bold;
	font-size: 11pt;
}
p.small, td.small {
	font-size: 8pt;
}
div.product_summary div.content, div.feature_summary div.content {
	padding: 3px 5px 0 5px;
}
div.image {
	float: left;
	padding: 5px;
	margin: 0px 0px 5px 15px;
	font-size: 8pt;
	line-height: 11pt;
	text-align: center;
}