@charset "UTF-8";
/*
** CSS for main2.phtml
*/
/* All positionning is specific to a pattern and goes here */
/* This css file includes Float, Size of main box ... */ 
div img {
	vertical-align:middle;
	margin:0 auto;
}
/* First Level Zone inside Containre */
#top,
#centre,
#footer {
	position:	   relative;
}
/* Only right padding */
/* Size of main Zone */
#container {
	width: 900px;
}
/*
** HEADER
** ======
*/
#header,
#main_menu {
	overflow: hidden; /* Avoid height:0 bug when using float */
}
#header {
	float: left;
}
#header .image_title {
	text-align: right;
}
#header .public.link {
	position:  absolute;
	top: 0px;
	left: 0px;
}
#header .mailto {
	position:  absolute;
	top: 0px;
	right: 0px;
}

#header .public.link a {
	display: block;
	width: 128px;
	height: 128px;
	text-indent: -999px;
}

#header .mailto,
#header .image {
	float:     right;
	clear:     right;
}
#header .mailto a {
	display: block;
	text-align:right;
}
#header_edit_button_wrapper {
	bottom: 50px;
}
#main_menu {
	padding-top: 75px;
	padding-left: 150px;
}
#main_menu ul li {
	padding-left:  2px;
	padding-right: 2px;
	float:         left;
	list-style:none;
}
#main_menu .menu0 {
	background-color: red;
}
/*
** BODY_BG: #main_menu, #product and #breadcrumb zones
** =======
*/
#body_bg {
	overflow: hidden; /* Height:0 bug */
}
#header,
#product,
#category,
#subject {
	clear: both;
}
/* Left Zone */
/* Center Zone */
/* Product Zone */
#product,
#category {
	overflow: hidden /* Height:0 bug */
}
#product  .image,
#category .image {
	padding-right:  10px;
	padding-bottom: 10px;
	float:          left;
}
#product  .image_title,
#category .image_title {
	font-size: .9em;
	text-align: right;
}
#product  .text_title
#category .text_title {
	float:    none;
	padding:  0px;
	margin:   0px;
}
#product  .text,
#category .text {
	float: none;
	padding: 0px;
	display: inline;
}
#product .link {
	float:none;
	text-align:left;	
}
#product .sublink {
	float:none;
	text-align:left;	
}
#category .thumbs {
	float:   left;
	text-align:left;
	width:   50px;
	padding: 3px 3px;
}
#category .thumbs_selected {
	float:   left;
	text-align:left;
	width:   50px;
	padding: 3px 3px;
	margin-right: 5px;
}
#category .text_wrapper {
	clear: both;
}
#subject .subject_list {
	overflow: hidden; /* Height:0 bug */
}
#subject li {
	float: left;
	padding-left: 2px;
	padding-right: 2px;
}
/* BOX */
#product  .image_wrapper.left img,
#category .image_wrapper.left img {
	float: left;
}
#product  .image_wrapper.right,
#category .image_wrapper.right,
#feature  .image_wrapper.right {
	float: right;
}

#product .box {
	overflow: hidden;
}
#product .w25 {
	width: 25%;
}
#product .w33 {
	width: 33.334%;
}
#product .w50 {
	width: 50%;
}
#product .w66 {
	width: 66.66%;
}
#product .w75 {
	width: 75%;
}
#product .w100 {
	width: 100%;
}
#product .box {
	float: left;
}
#product .centre {
	text-align: center;
}
/* Footer Zone */
#footer {
	overflow: hidden;
}
.footer_list {
	overflow: hidden;
	float: left;
}
.footer_list li {
	margin: 0;
	padding-right: 5px;
	float: left;
	list-style:none;
	border-right: #ccc 1px solid;
	margin-right: 5px;
}
.footer_list li.last {
	border-right: none;
}
#footer .text {
	float: right;
}
/* Footer Zone ends */
#product .dijitInlineEditBoxDisplayMode {
	border: 1px solid ;
	cursor: pointer;
}
#product .edit_input_textarea iframe {
	background-color: white;
	border: 1px solid;
	padding: 3px;
}