/*
 R.Ø.S.A. "Mondaine" Theme
 http://www.rosa.com
 */ /************
  * Misc Styles and defaults 
  */
* {
	margin: 0;
	padding: 0;
}

body,body * {
	color: #333;
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
	vertical-align: top;
	text-align: left;
}

caption,th,td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

html {
	background: none;
	background-color: #fff;
}

.clear {
	clear: both;
}

img {
	border: none;
}

/**************
 	Site Container Box
*/
#BgContainer {
	left: 0;
	margin: 0 auto;
	padding-bottom: 40px;
	position: absolute;
	right: 0;
	top: 20px;
	width: 1000px;
	z-index: 2;
}

#Container {
	width: 100%;
	padding-bottom: 15px;
	background: none;
}

#Layout {
	clear: none;
	overflow: hidden;
	margin: 0 7px;
	min-height: 500px;
}

.mondainegroup #Layout {
	background: transparent url('../images/background/verlauf-mondaine.gif') repeat-x;
}

.mondaine #Layout {
	background: transparent url('../images/background/verlauf-mondaine.gif') repeat-x;
}

.camel-active #Layout {
	background: transparent
		url('../images/background/verlauf-camel-active.gif') repeat-x;
}

.m-watch #Layout {
	background: transparent url('../images/background/verlauf-m-watch.gif')
		repeat-x;
}

.private-label #Layout {
	background: transparent
		url('../images/background/verlauf-private-label.gif') repeat-x;
}

#Content {
	width: 730px;
	float: right;
	margin: 0;
	padding: 0;
	margin-top: 36px;
	text-align: left;
}

#BrandRootContent {
	border-left: solid white 1px;
	width: 730px;
	height: 100%;
	min-height: 500px;
	display: block;
	float: right;
}

#BrandRootContent img {
	margin: 0;
	margin-bottom: 7px;
}

#BrandRootContent p {
	line-height: 19px;
	vertical-align: bottom;
	clear: both;
	padding: 0;
	margin: 0 !important;
	color: #808080;
}

#BrandRootContent p span {
	margin: 0;
	padding: 0;
	float: left;
}

#BrandRootContent p span a img {
	padding-right: 29px;
	float: none;
}

#BrandRootContent p span a img.last {
	padding: 0;
}

/** Page Wrap, Header Footer and Border Shadows **/
#MainWrap {
	width: 991px;
	background: #ffffff;
}

#MainWrap>tbody>tr,#MainWrap>tbody>tr>td {
	width: auto;
	height: auto;
	background: none;
}

#MainWrap>tbody>tr>td.left,#MainWrap>tbody>tr>td.right {
	width: 5px;
	height: 5px;
}

#MainWrap tbody tr td>div {
	width: 100%; /*
	height: 100%;
	background-repeat: repeat;
	*/
}

#MainWrap tr.top td.left {
	background-image: url(../images/bordershadows/shadow-top-left.gif);
}

#MainWrap tr.top td.center {
	background-image: url(../images/bordershadows/shadow-top-center.gif);
}

#MainWrap tr.top td.right {
	background-image: url(../images/bordershadows/shadow-top-right.gif);
}

#MainWrap tr.middle td.left {
	background-image: url(../images/bordershadows/shadow-middle-left.gif);
}

#MainWrap tr.middle td.right {
	background-image: url(../images/bordershadows/shadow-middle-right.gif);
}

#MainWrap tr.bottom td.left {
	background-image: url(../images/bordershadows/shadow-bottom-left.gif);
}

#MainWrap tr.bottom td.center {
	background-image: url(../images/bordershadows/shadow-bottom-center.gif);
}

#MainWrap tr.bottom td.right {
	background-image: url(../images/bordershadows/shadow-bottom-right.gif);
}

/** Header **/
#Header {
	width: 968px;
	height: 66px;
	margin: 7px;
	margin-bottom: 0;
	border-bottom: solid 1px #cbcbcb;
	overflow: hidden;
	background: black;
}
#Logo {
	position: absolute;
	height: 66px;
	width: 225px;
}

#Logo img {
	position: absolute;
	bottom: 11px;
	left: 15px;
}

/*** Main Nav ***/
#NavigationWrap {
	display: block;
	position: relative;
	width: 710px;
}

#Navigation {
	font-family: "Arial Regular", Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 12px;
	position: absolute;
	left: 238px;
	top: 38px;
	bottom: 0;
	background: black;
	display: inline;
	width: 710px;
	height: 14px;
	text-align: center;
}

#Navigation ul {
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 10px;
	height: 11px;
}

#Navigation ul li {
	list-style: none;
	background: black;
	float: left;
	display: block;
	height: 14px;
}

#Navigation ul li a { /*float: right;*/
	text-decoration: none;
	width: auto;
	display: block;
	height: 12px;
	margin: 0;
	color: #ccc;
	padding: 1px 10px 2px;
	text-transform: uppercase;
}

#Navigation ul li a span {
	height: 11px;
	font-size: 12px;
	color: #CCC;
	float: left;
	margin: 0;
	padding: 0;
}

#Navigation ul li a:hover,#Navigation ul li a:hover span {
	color: #fff;
}

#Navigation ul li a.current,#Navigation ul li a.current:hover,#Navigation ul li a.section,#Navigation ul li a.section:hover,#Navigation ul li a.current span,#Navigation ul li a.current:hover span,#Navigation ul li a.section span,#Navigation ul li a.section:hover span
	{
	background: #ED1C24;
	color: #fff;
}

/*** Search ***/ 

#Search {
	width: 154px;
	height: 16px;
	bottom: 0;
	display: block;
}

#Search span.middleColumn {
	background: #000;
	width: 150px;
	display: inline;
	margin: 0;
	padding: 0;
	clear: none;
}

#SearchForm label.left {
	display: none;
}

#SearchForm input.text {
	border: 1px solid #808080;
	color: #808080;
	font-weight: regular;
	clear: both;
	font-size: 10px;
	line-height: 11px;
	height: 12px;
	vertical-align: top;
	padding: 2px 5px;
	padding-top: 1px;
	margin: 0;
	margin-top: -5px;
	width: 121px;
	clear: none;
	float: left;
	border-size: 0px;
}

#SearchForm input.action {
	margin-top: -2px;
	margin-left: 4px;
	background: transparent;
	padding: 2px;
	border: none;
	width: 15px;
	height: 15px;
	position: absolute;
	right: 0;
	top: -1px;
}

#Navigation ul li.Search {
	position: absolute;
	right: -14px;
	float: right;
}

/*** Meta Nav ***/
#MetaNavigation { 
	
}

#MetaNavigation .meta {
	float: right;
	margin: 0;
	margin-right: 7px;
	padding: 0;
}

#MetaNavigation li,#FooterMetaNavigation li {
	display: inline;
	display: inline-table;
}

ul.meta>li {
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #808080;
	margin-left: 4px;
	vertical-align: bottom;
}

ul.meta a,ul.meta a:visited,ul.meta a:hover,ul.meta a span {
	/*	padding: 0;
		margin: 0;

		*/
	margin: 0px;
	margin-left: 3px;
	font-size: 10px;
	color: #808080;
	text-decoration: none !important;
	display: inline;
}

ul.meta>li {
	background: url("../images/pipes-meta-navig.gif") no-repeat 0px 2px;
}

#test {
	background-position: 2px 3px;
}

#MetaNavigation ul.meta>li.first {
	background-image: none;
}

#MetaNavigation ul.meta li.current,#MetaNavigation ul.meta li.current span,#MetaNavigation ul.meta li.section,#MetaNavigation ul.meta li.section span,#MetaNavigation ul.meta li.link a:hover,#MetaNavigation ul.meta li.link a:hover span,#MetaNavigation ul.meta li.link a:focus,#MetaNavigation ul.meta li.link a:focus span,#FooterMetaNavigation ul.meta li.current,#FooterMetaNavigation ul.meta li.current span,#FooterMetaNavigation ul.meta li.section,#FooterMetaNavigation ul.meta li.section span,#FooterMetaNavigation ul.meta li.link a:hover,#FooterMetaNavigation ul.meta li.link a:hover span,#FooterMetaNavigation ul.meta li.link a:focus,#FooterMetaNavigation ul.meta li.link a:focus span
	{ /*font-weight: 700;*/
	color: #333333;
}

/* Footer 
*****************************************/

#FooterMetaNavigation {
	display: inline;
}

#Credit {
	position: absolute;
	right: 4px;
	top: 35px;
	z-index: 1;
}

#Credit,#Credit * {
	background: transparent;
	border: none;
}

tr.footer>td {
	padding-top: 4px;
	padding-left: 3px;
	font-size: 10px;
	color: #808080 !important;
	text-decoration: none !important;
}

#FooterMetaNavigation .meta {
	float: none;
	display: inline;
}

#Footer {
	margin-left: 10px;
	font-size: 10px;
	width: 600px;
	height: 16px;
}

#Footer>a>img.logo-footer {
	float: left;
	margin-top: -1px;
	margin-right: 5px;
}

/**
 * Safari only footer-logo style
 */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#Footer>a>img.logo-footer {
		float: left;
		margin-top: -4px;
	}
	#Footer {
		line-height: 9px;
		vertica-align: top;
	}
}

#TopLink {
	background: transparent url(../images/buttons/up_button.gif) no-repeat
		right top;
	width: 20px;
	height: 15px;
	float: right;
	display: inline;
	margin: 0;
	padding: 0;
	margin-top: -3px;
	margin-right: 12px;
	padding-right: 20px;
	padding-top: 4px;
	text-align: right;
	cursor: pointer;
	font-size: 10px;
	color: #808080;
}


#TopLink:hover {
	color: #000000;
}

/**
 * Safari only top-link style
 */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#TopLink {
		margin-top: -4px;
		margin-right: 12px;
		padding-right: 20px;
		padding-top: 4px;
		text-align: right;
	}
}

/** Breadcrumbs **/
#Breadcrumbs {
	position: absolute;
	margin-left: 240px;
	padding: 8px;
	padding-top: 7px;
	font-size: 10px;
}

#Breadcrumbs>p {
	color: #000000;
	font-weight: bold;
}

#Breadcrumbs>p>a,#Breadcrumbs>p>span.sep {
	text-decoration: none;
	font-weight: normal;
	color: #333;
}

#Breadcrumbs>p>a:hover,#Breadcrumbs>p>a:focus,#Breadcrumbs>p>a:active {
	color: #000000;
}

/*** Message Boxs ***/
/*
.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}

span.middleColumn .message {
	margin: 4px 0 0 3px;
}
*/
.required,
.message {
	/*
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
	*/
	color: #ed1b24 !important;
}

p#Remember {
	width: 190px;
	clear: both;
}

p#Remember label {
	margin: -17px 0 0 20px;
	text-align: left;
	float: right;
	width: 170px;
}

.entry {
	border-bottom: 1px solid #eee;
}

/* Sidebar 
***********************************/
#Sidebar {
	width: 223px;
	height: auto;
	min-height: 300px;
	float: left;
	margin: 0 0;
	margin-top: 6px;
}

#Sidebar a {
	text-decoration: none;
}

#Sidebar ul {
	margin: 42px 0 0 12px;
	list-style: none;
}

#Sidebar li {
	margin: 0 0px;
	height: 17px;
	line-height: 17px;
}

#Sidebar h3 {
	clear: both;
	text-transform: lowercase;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
}

#Sidebar a em {
	font-style: normal;
	color: #808080;
	font-size: 11px;
	line-height: 11pt;
	white-space: nowrap;
	overflow: visible;
}

ul#Menu2 li a.current em,ul#Menu2 li a.section em,ul#Menu2 li a:hover em,ul#Menu2 li a:active em,ul#Menu2 li a:focus em,#MemberNavigation ul li a.current em,#MemberNavigation ul li a.section em,#MemberNavigation ul li a:hover em,#MemberNavigation ul li a:active em,#MemberNavigation ul li a:focus em
	{
	color: #333333;
}

ul#Menu2 li a.current em,ul#Menu2 li a.section em,#MemberNavigation ul li a.current em,#MemberNavigation ul li a.section em
	{
	font-weight: 700;
}

/* Search Results 
*****************************************/
ul#SearchResults {
	margin: 10px 0;
	
}

ul#SearchResults li {
	list-style: none;
	margin: 5px 0;
}


table.results {
	border-spacing: 0;
	border-collapse: separate;
	width: 100%;
	margin-top: 26px;
}

/* issue 49858 */
table.results tr.title {
	height: 1px !important;	
}
table.results tr.description {
	height: 92px; !important;	
}
	
table.results td,table.results th {
	border: none;
	margin: 0;
	padding: 0;
	line-height: 16px;
}

table.results th {
	white-space: nowrap;
	font-size: 11px;
	line-height: 13px;
	background: transparent;
	padding: 0;
	margin: 0;
	border-top-width: 0;
}

table.results td.last,table.results th.last {
	border-right-width: 0;
}

table.results td.listImage {
	border-left-width: 0;
	padding-left: 0;
}

table.results td.listImage img {
	width: 72px;
	height: 105px;
	background: black;
	margin-bottom: 18px;
	margin-top: 8px;
}

table.results .familyOverview td.listImage {
	width: 121px;
	background: white;
}

table.results .familyOverview td.listImage img {
	width: 121px;
	height: 90px;
	background: black;
	margin-bottom: 26px;
}

.pagingSummary {
	float: right;
	margin-right: 10px;
	}

table.results h3 {
	margin: 0;
}

.ruler {
	width: auto;
	height: 1px;
	background: transparent url('../images/rulers/ruler_horizontal.gif')
		repeat-x 10px 0px;
}

.ruler.vertical {
	width: 1px;
	height: auto;
	background: transparent url('../images/rulers/ruler_vertical.gif')
		repeat-y;
}

div#ProductContainer {
	padding: 0;
	margin: 0;
	padding-top: 10px;
}

table.productSheet {
	width: 100%;
	border-top: 24px solid;
	border-right: 8px solid;
	border-color: #fff;
}

table.productSheet tbody tr td.detailImages {
	width: 280px;
	border-right: 20px solid;
	border-color: #fff;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	table.productSheet,table.productSheet>tbody>tr>td.detailImages {
		border-color: transparent;
	}
}

table.productSheet tbody tr td.detailImages img {
	width: 280px;
	max-height: 408px;
	background: black;
	display: inline;
	margin-bottom: 14px;
}

table.productSheet tbody tr td div.description {
	margin-top: 30px;
	margin-bottom: 30px;
	padding-right: 8px;
	/*text-align: justify;*/
}

table.productAttributes {
	border-spacing: 0;
	width: 100%;
}

table.productAttributes td {
	line-heigth: 16px;
	height: 19px;
	vertical-align: middle;
	/*
	padding-bottom: 3px;
	padding-top: 3px;
	*/
	padding: 0;
	margin: 0;
	width: 40%;
	font-size: 11px;
	border: none;
	background: transparent url('../images/rulers/ruler_horizontal.gif')
		repeat-x left bottom;
}

table.productAttributes td.head {
	width: 60%;
	font-weight: bold;
}

tr.watchOverview td,tr.watchOverview th,tr.familyOverview td,tr.familyOverview th
	{
	margin: 0;
	padding: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 4px;
	border: none;
}

tr.watchOverview td.sep,tr.watchOverview th.sep {
	white-space: normal;
	vertical-align: top;
	background: transparent url('../images/rulers/cell-sep-left.gif')
		no-repeat 0 0;
}

tr.watchOverview td.size,
tr.watchOverview td.resistance,
tr.watchOverview td.movement {
	white-space: nowrap;	
}


tr.watchOverview th.sep {
	background: transparent url('../images/rulers/cell-sep-left.gif')
		no-repeat 0 -2px;
}

table.watchSelector.results td.ruler {
	width: auto;
	height: 1px;
	background: transparent
		url('../images/rulers/watches-row-sep-horizontal.gif') no-repeat 10px
		0px;
}

table.watchSelector.results tr.watchOverview.second {
	margin: 0;
	padding: 0;
	border: none;
	/*background: transparent url('../images/rulers/watches-row-sep-horizontal.gif') no-repeat left 0;*/
}

table.watchSelector.results tr.watchOverview.second td.description {
	height: 105px;
}

tr.watchOverview h3 {
	margin: 4px 4px 4px 0;
}

.typography .pageNumbers {
	display: block;
}

/*.typography .pageNumbers a.next,.typography .pageNumbers a.prev {
	display: block;
	float: left;
	clear: none;
	margin-right: 6px;
	padding: 0;
	margin-left: 0;
}*/

.typography .pageNumbers p {
	float: right;
	padding: 0;
	margin: 0;
}