@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 */
#header,
#body_bg,
#footer {
	padding-top:   5px;
	padding-right: 5px;
	padding-left:  5px;
	position:	   relative;
}
#footer {
	padding-bottom: 5px;
}
/* Only right padding */
#main_menu,
#center,
#right,
#feature,
#category,
#subject {             
	padding-right: 5px;
	margin-right: 10px;
}
#right,
#subject {
	padding-right: 0px;
	margin-right:  0px;
}

/* Size of main Zone */
#container {
	width: 800px;
}
/*
** HEADER
** ======
*/

#header {
	overflow: hidden; /* Avoid height:0 bug when using float */
	background: none;
}
#header .image_title {
	text-align: right;
}
#header .public.link {
	float:  left;
}
#header .mailto,
#header .image {
	float:     right;
	clear:     right;
}
#header .mailto a {
	display: block;
	text-align:right;
}
/*
** BODY_BG: #main_menu, #product and #breadcrumb zones
** =======
*/
#body_bg,
#bot_bg {
	overflow: hidden; /* Height:0 bug */
}
#bot_bg {
	clear: both;
}
#main_menu,
#center,
#right {
	float:       left;
	min-height: 400px;
}
#feature,
#category,
#subject {
	float:       left;
	min-height: 200px;
}
/* Left Zone */
#main_menu,
#feature {
	width:       210px;
}
#main_menu ul {
	padding-left: 5px;
}
#main_menu ul.sub_list {
	padding-left: 5px;
}
#main_menu li{
	padding-top:  5px;
	padding-left: 5px;
	list-style:none;
}
#main_menu li.sublink {
	font-size: .8em;
	padding-left: 5px;
}
#feature .image {
	margin-top: 5px;
	text-align:center;
	vertical-align:50%;
}
#feature .image_title {
	text-align:     center;
}
#feature .text {
	padding-bottom: 10px;
}
#feature {
	padding-top:  5px;
	padding-left:10px;
}
/*
#feature,
#product {
	background-color:#F2F2F2;
	border-radius:   10px;
	-webkit-border-radius: 10px;
	-moz-border-radius:11px;
	box-shadow: 5px 5px 10px #999;
	-webkit-box-shadow: 5px 5px 10px #999;
	-moz-box-shadow: 5px 5px 10px #999;
}
*/
/* Center Zone */
#center {
	width: 470px;
}
#category {
	width: 275px;
}
#product,
#category {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
#category {
	padding-bottom: 5px;
}
/* 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;
}
/* Right Zone */
#breadcrumb,
#subject {
	padding-top:   5px;
}
#right {
	width: 80px;
}
#subject {
	width: 260px;
}
#breadcrumb {
	text-align: right;
}
#subject .subject_list {
	overflow: hidden; /* Height:0 bug */
}
#subject li {
	clear: right;
	padding-right: 5px;
}
/* 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;
}