/************************************************************
Title:     Main
Author:    Emile Blume - Netcreators.com
************************************************************/
/* Global reset ////////////////////////////////////////////////////////////////////////////////*/
*{ 	
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}

em, i { font-style: italic; }
strong, b { font-weight: bold; }
table {	border-collapse: collapse; border-spacing: 0; }
address, caption, cite, code, dfn, th, var { font-style:normal; font-weight:normal; }
blockquote:before, blockquote:after, q:before, q:after { content: "";}
blockquote, q { quotes: "" "";}
caption, th, td { font-weight:normal; text-align:left; }
ol, ul { list-style:none;}

/* Layout 3 cols ///////////////////////////////////////////////////////////////*/
#container {
	margin: auto;
	margin-top: 20px;
	width: 930px;
	width:960px;
	position: relative;
	text-align: left;
}


#main {
	min-height: 450px;
	height: auto !important;
	height: 450px;
	padding: 0 15px;
}

#header{
	background: url(../images/bg-header.gif) no-repeat left bottom;
	height: 246px;
	width: 930px;
	position: relative;
}

.shoppingcartPadding{
 /*padding:0 2px 0 2px;*/
  padding-left:10px;
  padding-right:5px
}
/* Cols  ////////////////////////////////////////////////////////////////////////*/
/*#col-01, #col-02, #col-03, #col-04 {
	padding: 5px 0 10px 0;
	position: relative;
}

#col-01 {
	padding-right: 10px;
	width: 130px;
}

#col-02 {
	min-height: 200px;
	height: auto !important;
	height: 200px;
	width: 150px;
	width: 190px;
}

#col-03 {
	margin-left: 50px;
	margin-left: 10px;
	width: 345px;
}

#col-04 {
	margin-left: 55px;
	width: 190px;
	overflow: hidden;
}
*/

/* Footer //////////////////////////////////////////////////////////////////////// */
#footer {
	margin: auto;
	margin-bottom: 10px;
	width: 930px;
	position: relative;
}

#description, #skip, #header span {
	display: none;
}

/* Productdetail information table */
#mcn_detail_table th {
	font-weight: bold;
}
#mcn_detail_table tr td,th {
	/* We need TH here for IE7 */
	border-bottom: 1px solid #C19C5D;
}
#mcn_detail_table td, th {
	padding-top: 8px;
	padding-bottom: 8px;
}
#mcn_detail_table .label {
}

/* Horizontal rules */
.hr3 {
	height: 20px;
	border-bottom: 1px solid #C19C5D;
}

/* HRef links with red-arrow */
a.active {
	padding-left: 15px;
	background: transparent url(images/arrow-red.gif) no-repeat scroll 3px 2px
}

/* Show right border on MCN Paging links (A href's) */
.border_right {
	padding-right: 5px;
	margin-right: 5px;
	border-right: solid 2px;
}

/* Show right border on MCN Paging links (A href's) */
.border_left {
	padding-left: 5px;
	margin-left: 5px;
	border-left: solid 2px;
}

/* All MCN buttons: red with white text */
.mcn_button {
	/*position:absolute;*/
	/*position:relative;*/
	height:1.5em;
	width:90px;
	/*min-width:150px;*/
	background: #E00130;
	border:0;
	color: #FFFFFF;
	font-weight:bolder;
	text-align: center;
	text-decoration:none;
	cursor:pointer;
	height: 22px;
	padding-left: 5px;
	text-align: left;
	width: 90px;
}

.js_action {
	cursor:pointer;
}

input.mcn_button {
padding-top: 2px;
padding-left: 8px;
}
a:hover.mcn_button {
	color: #FFFFFF;
}
a:active.mcn_button {
	background: #E00130;
	color: #FFFFFF;
}
a:visited.mcn_button {
	background: #E00130;
	color: #FFFFFF;
}
input:focus.mcn_button {
	background: #E00130;
}
.mcn_btn_small {
	min-width:70px;
	font-size: smaller;
}
.mcn_btn_large {
	width: 190px;
}


.pageList li {
	display:inline;
	margin-right: 5px;
}
.pageList li a {
	text-decoration:none;
}

ul.pageList a.active {
	background:none;
	font-weight:bold;
	font-size:larger;
	padding-left: 0px;
}
img {
    border:0;
}
.mcn_table_align_right {
    text-align:right;
}

.content {
}

.mcn_work_header {
  margin-top: 20px;
  margin-bottom: 22px;
}

td.main {
padding-left: 7px;
}

