/* @group Reset Styling */

/* -------------------------------------------------------------- 
  
	reset.css
	Resets default browser CSS.
   
	Based on but not the same as work by Eric Meyer:
	http://meyerweb.com/eric/tools/css/reset/
	v1.0 | 20080212
   
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end Reset Styling */

/* @group Base Styling */

body {
font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
font-size: 16px;
line-height: 18px;
margin: 20px;
}
p, ul, div {
color: #333;
font-size: 16px;
	line-height: 18px;
}
h1 {
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 18px;
	font-weight: 200;
	font-variant: small-caps;
}
h2 {
	margin-bottom: 24px;
	line-height: 30px;
	font-size: 18px;
}
h3 {
	font-size: 20px;
	line-height: 24px;
}
h4, h5, h6 {
	font-size: 18px; 
	line-height: 24px;
}
ul, ol {
	margin: 0px 0px 18px 18px;
}
ul {
	list-style-type: circle;
}
ol {
	list-style: decimal;
}
td {
	padding: 5px;
}
:link, :visited {
	font-weight: bold;
	text-decoration: none;
	color: #036;
}

/* @end Base Styling */

/* @group Menu Styling */

ul#menu-area li, ul#submenu-area li {
  list-style-type: none;
  display: inline;
	margin-right: 20px;
}

ul#menu-area {
	border-bottom: 2px solid #666;
	margin-bottom: 2px;
	margin-left: 0px;
}

ul#submenu-area {
	margin: 0px 0px 20px 50px;
}

li.menu-item a {
	font-size: 20px;
	line-height: 20px
}

li.menu-item a, li.submenu-item a, div#breadcrumb a {
	color: #666;
	font-weight: normal;
	font-variant: small-caps;
}

div#breadcrumb a {
  margin: 0px 15px;
}

li.menu-item a.active-link {
	color: #ddd;
}

#print_link {
  padding-top: 20px;
  font-size: 80%;
}

/* @end Menu Styling */

/* @group TYPO3 Markup Styling */

dd.csc-textpic-caption {
	font-size: 70%;
}

/* @end TYPO3 Markup Styling */

/* @group Sidebar Styling */

.sidebar {
	width: 200px;
}

#left_sidebar {
	float: left;
	margin-right: 30px;  
}

#right_sidebar {
	float: right;
	margin-left: 30px;  
}

/* @end Sidebar Styling */

/* @group Alert Box */

.alert {
  background-color: #BBCCDD;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 2px 2px 5px #888;
  -webkit-box-shadow: 2px 2px 5px #888;
  -moz-box-shadow: 2px 2px 5px #888;
}

/* @end Alert Box */

/* @group Multi-Column FCE */

.multi_column_element {
	display: inline-block;
	width: 100%;
}

#nested_column_1 {
	float: left;
	clear: left;
}

#nested_column_2 {
	float: right;
	clear: right;
}

.half {
	width: 49%;
}

.one_third {
	width: 33%;
}
.two_thirds {
	width: 65%;
}

/* @end Multi-Column FCE */

/* @group Product Element */

#product_ad {
	width: 450px;
}
#product_ad div.product_text {
	width: 290px;
}
#product_description {
	margin-bottom: 5px;
}
#product_price {
	font-weight: bold;
}
#product_ad img {
	float: left;
	margin-right: 10px;
}

/* @end Product Element */