#content {
	font-size:					14px;
}

#content img {
	margin-bottom:				20px;
}

#content img.logo {
	text-align:					center;
	margin-bottom:				20px;
}

#content div.gbox {
	margin:						0;
	margin-bottom:				20px;
	margin-left:				-30px;
	margin-right:				-30px;
	background-color:			#E0E0E0;
	padding:					18px;
}

#content h2 {
	position:						relative;
	margin:							0 !important;
	margin-top:						-7px !important;
	margin-bottom:					15px !important;
	margin-left:					-25px !important;
	margin-right:					-25px !important;
	padding-top:					0px !important;
	padding-bottom:					10px !important;
	padding-left:					25px !important;
	padding-right:					25px !important;
	font-size:						18px !important;
	font-weight:					normal;
	border-bottom:					2px solid #FFFFFF;
	text-align:						left !important;
}

#content h2 a {
	color:							#000000;
	text-decoration:				none;
}

#content h2 a:hover {
	text-decoration:				underline;
}

#content h2 span {
	display:						block;
	float:							right;
}


#content div.wrapped {
	margin:						0px;
	padding:					10px;
}

#content p {
	clear:						left;
	margin:						0;
	margin-bottom:				20px;
	padding:					0;
}

#content p img {
	float:						left;
	margin:						0;
	margin-right:				10px;
	margin-bottom:				10px;
	padding:					0;
}

#content p.right img {
	float:						right;
	margin:						0;
	margin-left:				10px;
	margin-bottom:				10px;
}

#content ul {
	margin:						0;
	margin-bottom:				10px;
	padding:					0;
	list-style-type:			none;
}

#content li {
	margin:						0;
	margin-bottom:				2px;
	padding:					0;
	padding-left:				20px;
}

#content table {
	border-collapse:			collapse;
	margin-bottom:				20px;
}

#content table th {
	padding:					3px;
	padding-left:				5px !important;
	padding-right:				10px !important;
	text-align:					left;
	font-weight:				bold;
	vertical-align:				top;
}

#content table td {
	padding:					3px;
	padding-left:				5px !important;
	padding-right:				10px !important;
	text-align:					left;
	font-weight:				normal;
	vertical-align:				top;
}

#content table td.right {
	text-align:					right;
}

#standalone {
	margin:						20px !important;
}

/* WRAPPED BOX */

table.gbox {
	border-collapse:			collapse;
	margin-bottom:				20px;
	margin-left:				-30px;
	margin-right:				-30px;
	background-color:			#E0E0E0;
	width:						560px;
}

#standalone table.gbox {
	width:						750px;	
}

table.gbox span.filler {
	display:					block;
	width:						15px;
	height:						15px;
}

table.gbox td, #content table.gbox td {
	padding:					0px !important;
	text-align:					left;
	vertical-align:				top;
	background-position:		left top;
	background-repeat:			no-repeat;
}

table.gbox td.center {
	padding-bottom:				7px;
}

table.gbox td.tl {
	width:						15px;
	height:						15px;
	background-image:			url(/watch_shop_elements/gbox_tl.png);
}

table.gbox td.tr {
	width:						15px;
	height:						15px;
	background-image:			url(/watch_shop_elements/gbox_tr.png);
}

table.gbox td.bl {
	width:						15px;
	height:						15px;
	background-image:			url(/watch_shop_elements/gbox_bl.png);
}

table.gbox td.br {
	width:						15px;
	height:						15px;
	background-image:			url(/watch_shop_elements/gbox_br.png);
}

table.gbox td.t {
	width:						auto;
	height:						15px;
}

table.gbox td.b {
	width:						auto;
	height:						15px;
}

table.gbox td.l {
	width:						15px;
	height:						auto;
}

table.gbox td.r {
	width:						15px;
	height:						auto;
}

/* forms */

#content input[type="text"], input[type="password"], textarea {
	font-family:				Arial, Helvetica, sans-serif;
	font-size:					12px;
	color:						#000000;
	border:						1px solid #D0D0D0;
	margin:						0;
	margin-bottom:				5px;
	padding:					2px;
}

#content input[type="submit"] {
	font-family:				Arial, Helvetica, sans-serif;
	font-size:					12px;
	border:						1px solid #000000;
	margin-top:					5px;
	margin-bottom:				5px;
	padding:					3px;
	padding-left:				10px;
	padding-right:				10px;
	background-color:			#A6A6A6;
	color:						#FFFFFF;
	background-image:			url(/watch_shop_elements/button_center.png);
	background-position:		left top;
	background-repeat:			repeat-x;
}

#content input[type="submit"]:hover {
	background-image:			url(/watch_shop_elements/button_center_hover.png);
}