
/*Source from Public/Common/Styles/grid.css*/
/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/


/* Containers
----------------------------------------------------------------------------------------------------*/
.container_10 {
	clear: both;
	margin: auto;
	padding: 12px 0 36px;
	width: 1000px;
	text-align: left;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}
* html .grid_1,
* html .grid_2,
* html .grid_3,
* html .grid_4,
* html .grid_5,
* html .grid_6,
* html .grid_7,
* html .grid_8,
* html .grid_9,
* html .grid_10 {
	overflow: hidden;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 10 Columns
----------------------------------------------------------------------------------------------------*/

.container_10 .grid_1 {
	width:80px;
}

.container_10 .grid_2 {
	width:180px;
}

.container_10 .grid_3 {
	width:280px;
}

.container_10 .grid_4 {
	width:380px;
}

.container_10 .grid_5 {
	width:480px;
}

.container_10 .grid_6 {
	width:580px;
}

.container_10 .grid_7 {
	width:680px;
}

.container_10 .grid_8 {
	width:780px;
}

.container_10 .grid_9 {
	width:880px;
}

.container_10 .grid_10 {
	width:980px;
}



/* Prefix Extra Space >> 10 Columns
----------------------------------------------------------------------------------------------------*/

.container_10 .prefix_1 {
	padding-left:100px;
}

.container_10 .prefix_2 {
	padding-left:200px;
}

.container_10 .prefix_3 {
	padding-left:300px;
}

.container_10 .prefix_4 {
	padding-left:400px;
}

.container_10 .prefix_5 {
	padding-left:500px;
}

.container_10 .prefix_6 {
	padding-left:600px;
}

.container_10 .prefix_7 {
	padding-left:700px;
}

.container_10 .prefix_8 {
	padding-left:800px;
}

.container_10 .prefix_9 {
	padding-left:900px;
}



/* Suffix Extra Space >> 10 Columns
----------------------------------------------------------------------------------------------------*/

.container_10 .suffix_1 {
	padding-right:100px;
}

.container_10 .suffix_2 {
	padding-right:200px;
}

.container_10 .suffix_3 {
	padding-right:300px;
}

.container_10 .suffix_4 {
	padding-right:400px;
}

.container_10 .suffix_5 {
	padding-right:500px;
}

.container_10 .suffix_6 {
	padding-right:600px;
}

.container_10 .suffix_7 {
	padding-right:700px;
}

.container_10 .suffix_8 {
	padding-right:800px;
}

.container_10 .suffix_9 {
	padding-right:900px;
}



/* Push Space >> 10 Columns
----------------------------------------------------------------------------------------------------*/

.container_10 .push_1 {
	left:100px;
}

.container_10 .push_2 {
	left:200px;
}

.container_10 .push_3 {
	left:300px;
}

.container_10 .push_4 {
	left:400px;
}

.container_10 .push_5 {
	left:500px;
}

.container_10 .push_6 {
	left:600px;
}

.container_10 .push_7 {
	left:700px;
}

.container_10 .push_8 {
	left:800px;
}

.container_10 .push_9 {
	left:900px;
}



/* Pull Space >> 10 Columns
----------------------------------------------------------------------------------------------------*/

.container_10 .pull_1 {
	left:-100px;
}

.container_10 .pull_2 {
	left:-200px;
}

.container_10 .pull_3 {
	left:-300px;
}

.container_10 .pull_4 {
	left:-400px;
}

.container_10 .pull_5 {
	left:-500px;
}

.container_10 .pull_6 {
	left:-600px;
}

.container_10 .pull_7 {
	left:-700px;
}

.container_10 .pull_8 {
	left:-800px;
}

.container_10 .pull_9 {
	left:-900px;
}




/* Helper
----------------------------------------------------------------------------------------------------*/


.clear {
	clear: both;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/*Source from Public/Common/Styles/structure.css*/
/* header */

#header {
	background: url(/Public/Common/img/header_gradient.png) repeat-x;
	position: relative;
	z-index: 1000;
}
#group-top {
	width: 980px;
	height: 72px;
	margin: auto;
	position: relative;
	z-index: 1000;
}
#logo {
	background: url(/Public/Common/img/logo-love-tab.png) no-repeat;
	display: block;
	float: left;
	width: 63px;
	height: 72px;
}
#headerNavigation {
	height: 27px;
	margin-top: 8px;
	float: right;
}
#small-navi li {
	display: inline;
	background: url(/Public/Common/img/dashed-vertical.png) no-repeat right;
	margin-right: 10px;
	padding-bottom: 2px;
}
#small-navi a,
#bottom a {
	color: #493829;
}
#small-navi a {
	line-height: 24px;
	padding: 6px 10px 6px 0;
}
#small-navi li a:hover,
#bottom a:hover {
	color: #8F7C6D;
}
#small-navi li a.help-link {
	background:url(/Public/Common/img/icons/help.png) no-repeat right 2px;
	padding-right: 28px;
	margin-right:1em;
}

#minibasket {
    width: 143px;
    height: 45px;
    position: absolute;
    top: 10px;
    right: 0;
    padding: 8px 0 0 37px;
}
#minibasket p {
	margin: 0;
	line-height: 1.15em;
	font-weight: bold;
}
#minibasket p.incl {
	font-weight: normal;
	font-size: 9px;
}
.basket-hidden,
.header-hidden {
    visibility: hidden;
}
.basket-inactive {
    color: #9e948d;
    background: url(/Public/Common/img/basket-empty-bg.png) no-repeat;
}
.basket-active {
    color: #fff;
    background:url(/Public/Common/img/basket-not-empty-bg.png) no-repeat;
}
.basket-hidden a {
    text-decoration: none;
    color: #fff;
    cursor: text;
}
.basket-inactive a {
    text-decoration: none;
    color: #9e948d !important;
    cursor: text;
}
.basket-active a {
    color: #fff !important;
    cursor: pointer;
}
.basket-active a:hover {
    text-decoration: underline;
}
#mini-baskt p {
    font-weight: bold;
    margin: 0;
    line-height: 13px;
}
#mini-baskt p.incl {
    font-weight: normal;
}
#navi-level-1 {
	position: absolute;
	right: 200px;
	bottom: 0;
	height: 25px;
}
#navi-level-1 li {
	float: left;
	margin-right: 4px;
}
#navi-level-1 a {
	display:block;
	background: url(/Public/Common/img/navi-1-tab-inactive.png) no-repeat left top;
	color: #66574B;
	padding-left: 9px;
}
#navi-level-1 a span {
	display:block;
	padding-right: 9px;
	background: url(/Public/Common/img/navi-1-tab-inactive.png) no-repeat right top;
	font-size: 13px;
	font-weight: bold;
	line-height: 24px;
}
#navi-level-1 li.current a,
#navi-level-1 a:hover {
	background: url(/Public/Common/img/navi-1-tab-active.png) no-repeat left top;
	color: #fff;
}
#navi-level-1 li.current a span,
#navi-level-1 a:hover span {
	background: url(/Public/Common/img/navi-1-tab-active.png) no-repeat right top;
}
#navi-level-1 li.current a span {
	padding-bottom: 1px;
}
#navi-level-1 a.designer-tab span {
    background: url(../images/navi-1-tab-inactive-right-designer.png) no-repeat right 0;
    padding-right: 27px;
}
#navi-level-1 li.current a.designer-tab span,
#navi-level-1 a.designer-tab:hover span {
    background: url(../images/navi-1-tab-active-right-designer.png) no-repeat right 0;
}
#navi-level-2 {
	background: #efefef url(/Public/Common/img/navi-level-2_gradient.png) repeat-x left bottom;
}
#top-navi-list-wrapper {
    min-height: 13px;
    width: 980px;
    margin: auto;
	background:transparent url(/Public/Common/img/navi-level-2-ul-bg-980.png) no-repeat scroll 0 0;
}
* html #top-navi-list-wrapper {
    height: 13px;
}
#navi-level-2 ul#top-navi-list {
	height: 24px;
	width: 975px;
}
#navi-level-2 ul {
	margin: auto;
	padding-left: 5px;
	position: relative;
}
#navi-level-2 li {
	float: left;
	position: relative;
}
#navi-level-2 ul li.gifts-icon-com {
	background: url(/Public/Common/img/gifts-icon-com.gif) no-repeat 4px 0;
}
#navi-level-2 li.gifts-icon-com a {
	padding: 0 8px 0 28px;
}
#navi-level-2 li.gifts-icon-com:hover {
	background: url(/Public/Common/img/navi-level-2_bg_current.png) no-repeat 0 0;
}
#navi-level-2 li.gifts-icon-com a:hover {
	background: url(/Public/Common/img/gifts-icon-com-hover.gif) no-repeat 4px 0;
}
#navi-level-2 a {
	background: url(/Public/Common/img/navi-level-2-ul-li-border.png) no-repeat right 0;
	color: #fff;
	display: block;
	line-height: 24px;
	padding: 0 8px;
	z-index: 5;
	font-weight: bold;
}
#navi-level-2 li a.menu-parent-active,
#navi-level-2 li a:hover,
#navi-level-2 li.current a {
	background: url(/Public/Common/img/navi-level-2_bg_current.png) no-repeat scroll right top;
	color: #4D3C2E;
}
#search-form {
	background: #F2F2F2;
	border-bottom: 1px solid #DEDDDB;
	margin: 1px auto 0;
	overflow: hidden;
	padding: 2px 0 2px 10px;
	width: 970px;
}
#search-form form {
	height: 21px;
	width: 800px;
}
#search-form label {
	float: left;
	padding: 2px 4px 2px 2px;
	font-weight: bold;
}
#search-form input {
	color: #493829;
	float: left;
	height: 14px;
	margin: 0 4px 0 0;
	padding: 2px 4px;
	width: 156px;
}
#search-form select {
	float: left;
	width: 100px;
	height: 20px;
}
#search-form a.searchButton {
	background: url(/Public/Common/images/go-button.png) no-repeat;
	cursor: pointer;
	display: block;
	float: left;
	line-height: 20px;
	margin-left: 4px;
	padding: 0 0 0 19px;
}
*+ html #search-form a.searchButton {
	padding: 0 0 0 14px;
}
* html #search-form a.searchButton {
	padding: 0 0 0 14px;
}
#search-form a.searchButton input {
	background: url(/Public/Common/images/button_pageNavigation.gif) no-repeat right top;
	border: 0;
	color: #716761;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	margin: 0;
	padding: 0 8px 0 2px;
	width: auto;
}
#navi-level-3 {
	margin: auto;
	width: 980px;
	height: 25px;
	line-height: 25px;
	background: #F2F2F2;
	border-bottom: 1px solid #e0dcd9;
}
#navi-level-3 ul {
	padding-left: 4px;
}
#navi-level-3 li {
	float: left;
	border: 1px solid #F2F2F2;
	border-bottom: 0;
}
#navi-level-3 li.current {
	background: #fff;
	border: 1px solid #e0dcd9;
	border-bottom: 0;
}
#navi-level-3 a {
	display: block;
	padding: 0 8px;
	color: #493829;
}
#navi-level-3 li.current a,
#navi-level-3 a:hover {
	color: #085E7F;
}
#navigation-path {
	width: 980px;
	margin: auto;
	line-height: 28px;
}


/* marketplace sputnik project */
#navi-level-2 .marketplace-dropdown {
    border-left:1px solid #ccc8c5;
    border-bottom:1px solid #ccc8c5;
    border-right:1px solid #ccc8c5;
    width:514px;
    height:auto;
    position:absolute;
    margin:0 auto;
    background:#ebeae8 url(../images/drop-down-list-bg-top.gif) repeat-x left top;
    padding:15px 0 24px 16px;
    top:24px;
    z-index:4;
}
#navi-level-2 .marketplace-dropdown ul {
    margin:;
    float:left;
    width:222px;
    height:auto;
    background: transparent;
}
#navi-level-2 .marketplace-dropdown ul.list-category {
    margin-right:20px;
    padding-right:20px;
    border-right:1px solid white;
}
#navi-level-2 .marketplace-dropdown ul li {
    float:left;
    clear:both;
    width:222px;
    background:url(../images/dotted-trans-bottom-line.gif) left bottom repeat-x;
    padding:4px 0;
    text-align:left;
}
#navi-level-2 .marketplace-dropdown ul li.no-border-bottom {
    background:none;
    padding:4px 0 7px 0;
}
#navi-level-2 .marketplace-dropdown ul li.no-border-bottom a:link,
#navi-level-2 .marketplace-dropdown ul li.no-border-bottom a:active,
#navi-level-2 .marketplace-dropdown ul li.no-border-bottom a:visited {
    background:none;
    padding:0;
    clear:none;
    float:left;
    width:auto;
    padding:2px 0 0 4px;
}
#navi-level-2 .marketplace-dropdown ul li strong {
    font-size:14px;
    color:#493829;
    float:left;
}
#navi-level-2 .marketplace-dropdown ul li a:link,
#navi-level-2 .marketplace-dropdown ul li a:active,
#navi-level-2 .marketplace-dropdown ul li a:visited {
    float:left;
    clear:both;
    padding:0px 8px 0px 20px;
    line-height: normal;
    color:#48443b;
    font-size:12px;
    font-weight:normal;
    width:192px;
    text-align:left;
    background:#ebeae8 url(../images/drop-down-list-li-bg-left.gif) no-repeat 12px 5px;
}
#navi-level-2 .marketplace-dropdown ul li a:hover {
    background:#ffffff url(../images/drop-down-list-li-bg-left-hover.gif) no-repeat 12px 5px;
    color:#56a20e;
}


/* //////// county selector ////////// */

#countrySelection {
	float: right;
	margin: 11px 204px 0 0;
}
*+ html #countrySelection {
	margin: 9px 204px 0 0;
}
* html #countrySelection {
	margin: 9px 104px 0 0;
}
#countrySelection #selected_localeLang {
	position: relative;
}
#countrySelection select {
	height: 18px;
}
*+ html #countrySelection select {
	height: 20px;
}
#countrySelection optgroup {
	background: #00A0E2;
	color: #fff;
}
#countrySelection option {
	background: #fff;
	color: #493829;
}
#countrySelection option:hover {
	background: url(/Public/Common/img/bg_optionHover.gif);
}
#locale-info {
    width: 980px;
    margin: 0 auto;
    padding: 6px 0 0 0;
    clear: both;
    text-align: left;
    font-size: 1.1em;
    line-height: 2em;
    background: url(../images/dotted-bottom-line.png) repeat-x scroll center bottom;
}

/* flags */

.country {
	width: 16px;
	height:11px;
	display: inline-block;
	background: url(/Public/Common/img/spriteFlags.gif) no-repeat;
}
.country span {
	display: none;
}

.country.BE_nl {
	background-position: 0px 0px !important;
}
.country.BE_fr {
	background-position: 0px 0px !important;
}
.country.DK_dk {
	background-position: 0px -25px !important;
}
.country.DE_de {
	background-position: 0px -50px !important;
}
.country.ES_es {
	background-position: 0px -75px !important;
}
.country.EU_en {
	background-position: 0px -100px !important;
}
.country.FR_fr {
	background-position: 0px -125px !important;
}
.country.IE_en {
	background-position: 0px -150px !important;
}
.country.IT_it {
	background-position: 0px -175px !important;
}
.country.NL_nl {
	background-position: 0px -200px !important;
}
.country.NO_no {
	background-position: 0px -225px !important;
}
.country.PL_pl {
	background-position: 0px -250px !important;
}
.country.FI_fi {
	background-position: 0px -275px !important;
}
.country.SE_se {
	background-position: 0px -300px !important;
}
.country.GB_en {
	background-position: 0px -325px !important;
}
.country.AT_de {
	background-position: 0px -350px !important;
}
.country.CA_us,
.country.CA_fr {
	background-position: 0px -375px !important;
}
.country.US_us,
.country.US_fr {
	background-position: 0px -400px !important;
}

#content {
	position: relative;
	z-index: 1;
}

/* footer */

#bottom {
	background: transparent url(/Public/Common/img/bottom_gradient.png) repeat-x scroll 0 0;
	margin-top: 48px;
	padding: 32px 0 122px;
	position: relative;
	z-index: 1;
}
.full-onsite-text-box {
	bottom: 18px;
	color: #83766D;
	height: 104px;
	left: 50%;
	margin-left: -414px;
	position: absolute;
	z-index: 100;
}
#footer,
#group-bottom,
#group-bottom,
.full-footer-box,
.full-onsite-text-box {
	width: 828px;
}
#group-bottom {
	margin: 0 auto;
}
#footer {
	clear: left;
}
#footer li {
	display: inline;
}
#bottom-navi h2 {
	color: #493829;
}
.single-col-box,
.single-col-box hr,
#bottom-navi li {
	margin-right: 10px;
	width: 196px;
	overflow: hidden;
}
#bottom-navi .last {
	margin-right: 0;
}
#bottom-navi li li {
	float: none;
}
#bottom-navi ul li a {
	color: #4D3C2E;
	line-height: 1.9em;
}
#bottom-navi ul li a:hover {
	color: #8f7c6d;
}
.section,
.section-low-bottom,
.single-col-box,
.single-col-box hr,
#bottom-navi li,
.newsletter-sign-up-form input,
.sign-up-link,
.bookmarks-col-box {
	float:left;
}
.newsletter-sign-up-form input {
	height: 16px;
	margin-right: 6px;
	padding: 1px;
	width: 146px;
}
.sign-up-link {
	float: left;
	height: 20px;
	width: 24px;
	text-indent:-1000px;
}
.sign-up-link a:link,
.sign-up-link a:active,
.sign-up-link a:visited,
.sign-up-link a:hover {
	background: url(/Public/Common/img/go-button-2.png) no-repeat;
	float: left;
	height: 20px;
	text-indent: -1000px;
	width: 24px;
}
.system-error,
.system-message {
	display: block;
	font-size: 1.1em;
	line-height: 1.42;
	margin-bottom: 16px;
	padding: 10px 8px 10px 28px;
}
.system-error {
	background: url("../images/Icons/icon_exclamation.png") no-repeat scroll 8px 9px #FFEAE4;
	border: 3px solid #FF4646;
	color: #FF4646;
}
.system-message {
	background:url("../images/Icons/icon_info.png") no-repeat scroll 8px 9px #D2F1FF;
	border: 3px solid #0060A1;
	color: #0060A1;
}

/* error message if java script is not working */

#check-js {
	width:100%;
	padding:0;
	margin:0pt 0pt 8px;
	background-color: #ffeae4;
	height:56px;
	border-bottom: 1px solid #cac3bf;
}

#check-js .js-error {
	margin:0pt auto;
	position:relative;
	text-align:left;
	padding-top:8px;
	width:980px;
}

#check-js .js-error p {
	background: #FFEAE4 url(../images/Icons/icon_exclamation.png) no-repeat scroll 0px 9px;
	padding:10px 8px 10px 24px;
	font-size:1.5em;
	font-weight:bold;
	color:#ff7270;
}

dl#payments-icons dt,
dl#awards-icons dt,
dl#social-bookmarks dt,
.full-footer-box p strong {
	color: #493829;
	font-weight: bold;
	font-size: 13px;
}
dl#payments-icons dd {
	float: left;
	margin: 6px 2px 0 0;
}
dl#awards-icons dd,
dl#social-bookmarks dd {
	float: left;
	margin: 6px 7px 0 0;
}
dl#awards-icons dd.last a {
	background: url(/Public/Common/img/more-arrow.png) no-repeat left 4px;
	color: #493829;
	padding-left: 8px;
	font-weight: bold;
}
#bottom-navi .external {
	background: url(/Public/Common/img/icons/icon_external-link-footer.png) no-repeat right 45%;
	padding-right: 12px;
}
.awards-col-box {
    display:inline;
    float:left;
    margin-right:36px;
}
.payments-col-box {
    display:inline;
    float:left;
    width:246px;
}
.bookmarks-col-box {
    width:160px;
    display:inline;
    float:left;
    margin-right:0;
}
.bbb-logo-col-box {
    width:60px;
    display:inline;
    float:right;
    margin-right:0;
}
#footer ul li {
	border-right: 1px solid #CAC3BF;
	float: left;
	line-height: 1.7em;
	margin-right: 1em;
	padding-right: 1em;
}
.full-onsite-text-box  {
	bottom: 18px;
	color: #83766D;
	height: 104px;
	left: 50%;
	margin-left: -414px;
	position: absolute;
	z-index: 100;
}
.full-onsite-text-box a  {
	color: #463324 !important;
}
.full-onsite-text-box a:hover  {
	text-decoration: underline;
}
#bottom-navi,
.section.full-footer-box {
	background: url(/Public/Common/img/dashed-horizontal.png) repeat-x left bottom;
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
}



/* payments methods */

.ec_icon,
.visa_icon,
.mastercard_icon,
.amex_icon,
.diners_icon,
.jbc_icon,
.paypal_icon {
	float: left;
	width: 30px;
	height: 18px;
	border: 1px solid #CAC3BF;
	cursor: pointer;
}

.ec_icon {
	background: url(/Public/Common/img/all-adwords.gif) no-repeat -242px 0;
}
.visa_icon {
	background:url(/Public/Common/img/all-adwords.gif) no-repeat -276px 0;
}
.mastercard_icon {
	background: url(/Public/Common/img/all-adwords.gif) no-repeat -310px 0;
}
.amex_icon {
	background: url(/Public/Common/img/all-adwords.gif) no-repeat -344px 0;
}
.diners_icon {
	background: url(/Public/Common/img/all-adwords.gif) no-repeat -378px 0;
}
.jbc_icon {
	background: url(/Public/Common/img/all-adwords.gif) no-repeat -470px 0;
}
.paypal_icon {
	width: 55px;
	border: 0;
	background: url(/Public/Common/img/all-adwords.gif) no-repeat -415px 0;
}


/* awards */

.red_herring,
.deutsch_grundprice,
.deutscher_internetpreis,
.hp_business_innovation {
	float: left;
	width: 21px;
	height: 21px;
	border: 1px solid #CAC3BF;
}

.red_herring {
	background: url(/Public/Common/img/all-adwords.gif) no-repeat 0 0;
}

.deutsch_grundprice {
	background: url(/Public/Common/img/all-adwords.gif) no-repeat -21px 0;
}

.deutscher_internetpreis {
	background: url(/Public/Common/img/all-adwords.gif) no-repeat -42px 0;
}

.hp_business_innovation  {
	background: url(/Public/Common/img/all-adwords.gif) no-repeat -63px 0;
}


/* bookmarks */

.icon_delicious,
.stumbleupon,
.myweb,
.furl,
.mister_wong {
	float: left;
	width: 16px;
	height: 16px;
	border: 1px solid #CAC3BF;
	cursor: pointer;
}
.icon_delicious	{
	background: url(/Public/Common/img/all-adwords.gif) no-repeat -134px 0;
}
.stumbleupon {
	background: url(/Public/Common/img/all-adwords.gif) no-repeat -153px 0;
}
.myweb {
	background: url(/Public/Common/img/all-adwords.gif) no-repeat -172px 0;
}
.furl {
	background: url(/Public/Common/img/all-adwords.gif) no-repeat -191px 0;
}
.mister_wong {
	background: url(/Public/Common/img/all-adwords.gif) no-repeat -210px 0;
}
/*Source from Public/Common/Styles/defaults.css*/
/* reset */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, pre, form, fieldset, legend, input, button, p, blockquote, table, th, td {
    margin: 0;
    padding: 0;
}
* html body {
	behavior: url("/Public/Common/Js/csshover3.htc");
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,
img,
button {
    border: 0;
}
ol, ul {
    list-style: none;
}

/* elements */

body {
	font-family: "Trebuchet MS", Corbel, Calibri, Arial, sans-serif;
	font-size: 11px;
	line-height:1.5em;
	color: #222;
	background: #FFF;
}

p {
	margin-bottom: 0.5em;
}

h1 {
	margin-bottom: 0.71em;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.2em;
	color: #493829;
}

h2 {
	display: block;
	margin-bottom: 0.67em;
	font-size: 15px;
	font-weight: bold;
	color: #00A0E2;
	line-height:1.2em;
}

h3 {
	margin-bottom: 0.5em;
	font-size: 13px;
	font-weight: bold;
	color: #222;
}

h4 {
	display: inline;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.42em;
	color: #493829;
}

pre,
code {
	font-family: Consolas, "Courier New", Courier, fixed;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

hr {
	clear: both;
	height: 1px;
	width: 100%;
	background: #CAC3BF;
	border: 0;
	color: #CAC3BF;
}
td,
th {
	padding: 2px 1em 2px 0;
	vertical-align: top;
	text-align: left;
}
thead th {
	background: #F2F2F2;
	border-bottom: 2px solid #CBC4C0;
}
input,
select,
textarea {
	border: 1px solid #CAC3BF;
	color: #222;
}
input:hover,
input:focus,
input:active,
select:hover,
select:focus,
textarea:hover,
textarea:focus {
	border-color: #9E948D;
}
input,
textarea,
select,
button {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
}


/* Links */

a {
	text-decoration: none;
	outline: 0;
	cursor: pointer; 
	color: #0060A1;
}

a:focus, 
a:hover,  
a:active { 
	color: #00A0E2; 
}

abbr,
acronym,
dfn {
	font-style: normal;
	border-bottom: 1px dotted #222;
	cursor: help;
}

abbr:hover,
acronym:hover,
dfn:hover {
	color: #00A0E2;
}

/*Source from Public/Common/Styles/classes.css*/
/* fonts */

.font_size_1 {
	font-size: 8px;
}
.font_size_2 {
	font-size: 11px;
}
.font_size_3 {
	font-size: 12px;
}
.font_size_4 {
	font-size: 14px;
}
.font_size_5 {
	font-size: 18px;
}
.font_size_6 {
	font-size: 20px;
}
.font_size_7 {
	font-size: 22px;
}


/* bottom borders, buffers and margins */

.gap_down_small {
	margin-bottom: 5px;
}
.gap_down_medium {
	margin-bottom: 10px;
}
.gap_down {
	margin-bottom: 15px;
}
.gap_down_large {
	margin-bottom: 20px;
}
.buffer_down_small {
	padding-bottom: 5px;
}
.buffer_down_medium {
	padding-bottom: 10px;
}
.buffer-down {
	padding-bottom: 15px;
}
.buffer-down_large {
	padding-bottom: 20px;
}
.offset_right_xsmall {
	margin-right: 3px;
}
.offset_right_small {
	margin-right: 5px;
}
.offset_right_medium {
	margin-right: 10px;
}
.offset_right {
	margin-right: 15px;
}
.offset_right_large {
	margin-right: 20px;
}
.dashed_bottom {
	background: url(/Public/Common/img/dashed-horizontal.png) repeat-x bottom;
}
.dashed_right {
	background: url(/Public/Common/img/dashed-vertical.png) repeat-y right top;
}
.border_solid {
	border: 1px solid #CAC3BF;
}


/* buttons */

.button {
	text-align: center;
	font-weight: bold;
	color: #FFF !important;
	letter-spacing: 0.025em;
	padding: 0 14px;
	display: inline-block;
	line-height: 1.7em;
	white-space: nowrap;
	border: 1px solid #9E948D;
	background: #FF9B3F url(/Public/Common/img/button_prio3.png) repeat-x 0 50%;
}
.button.large {
	font-size: 13px;
}
.button.prio1 {
	border: 1px solid #EB5F1F;
	background: #EB5F1F url(/Public/Common/img/button_prio1.png) repeat-x 0 50%;
}
.button.prio2 {
	border: 1px solid #FF9B3F;
	background: #FF9B3F url(/Public/Common/img/button_prio2.png) repeat-x 0 50%;
}
.button.inactive {
	border: 1px solid #d0d0d0;
	background: #ddd url(/Public/Common/img/button_inactive.png) repeat-x 0 50%;
}
.button_arrow {
	background: url(/Public/Common/images/go-button-2.png) no-repeat 0 0;
	width: 24px;
	height: 20px;
	margin-left: 6px;
}


/* tables */

tr.odd {
	background: #fff;
}
tr.even,
tr.summary {
	background: #f2f2f2;
}


/* navigation
----------------------------------------------------------------------------------------------------*/

.navi_tabs {
	border-bottom: 1px solid #CAC3BF;
	margin-bottom: 20px;
}
.navi_tabs li {
	float: left;
	border: 1px solid #CAC3BF;
	border-bottom: 0;
	margin-left: 6px;
	background: #fff;
}
.navi_tabs li a {
	display: block;
	line-height: 27px;
	padding: 0 8px;
}
.navi_tabs li.current {
	padding-bottom: 1px;
	margin-bottom: -1px;
}
.navi_tabs li.current a {
	color: #4FA600;
	font-weight: bold;
}


/* icons */

.link_list a {
	padding: 4px 0 4px 23px;
}
.link_list a .icon {
	margin-right: 0;
	margin-left: -23px;
}
.icon {
	width: 16px;
	height: 16px;
	background: url(/Public/Common/img/icons_sprite.png) no-repeat;
	margin-right: 1ex;
	float: left;
}
.my_orders {
	background-position: -200px -160px;
}
.create_product {
	background-position: 0 -160px;
}
.create_shop {
	background-position: -200px -180px;
}
.shops_overview {
	background-position: -80px -180px;
}
.upload_design {
	background-position: 0 -200px;
}
.finance_overview {
	background-position: -180px -100px;
}
.shop_orders {
    background-position: -140px -140px;    
}
.edit_profile {
    background-position: -80px -100px;
}
.public_profile {
    background-position: -120px -100px;
}
.designs {
	background-position: -120px -200px;
}
.marketplace_designs {
    background-position: -160px -160px;
}
.shop_newsletter{
	background-position: -180px -220px;   
}
.more {
	background:url(/Public/Common/img/arrow-link-more.gif) no-repeat left 4px;
	font-weight: bold;
	padding: 0 0 0 10px;
	line-height: 1.4em;
	display: inline-block;
}
.listMCE {
	background: url(/Public/Common/img/list-bullet.png) no-repeat 0 0.5em;
	padding: 0.1em 0 0.1em 14px;
}


/* messages */

.message {
	margin-bottom: 20px;
	padding: 10px 10px 10px 28px;
	border: 3px solid;
}
.message a {
	text-decoration: underline;
}
.message.error {
	background: url(/Public/Common/img/icons/icon_exclamation.png) no-repeat 8px 10px #FFEAE4;
	border-color: #FF4646;
}
.message.error,
.message.error * {
	color: #FF4646;
}
.message.info {
	background:url(/Public/Common/img/icons/icon_info.png) no-repeat scroll 8px 10px #D2F1FF;
	border-color: #0060A1;
}
.message.info,
.message.info a {
	color: #0060A1;
}


/* boxes */

.box_1 {
	margin-bottom: 20px;
}
.box_1 h2 {
	color: #4D3C2E;
	background: #E5E2E0 url(/Public/Common/img/bg_box_1_header.png) left top;
	line-height: 27px;
	font-size: 13px;
	margin-bottom: 0;
}
.box_1 h2 span {
	display: block;
	background: #E5E2E0 url(/Public/Common/img/bg_box_1_header.png) right top;
	margin-left: 12px;
}
.box_1 .content {
	border: 1px solid #D6D1CE;
	padding: 12px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
.box_2 {
	padding-bottom: 10px;
	background: url(/Public/Common/img/dashed-horizontal.png) repeat-x bottom;
	margin-bottom: 10px;
}
.box_2 h2 {
	color: #4D3C2E;
	line-height: 28px;
	font-size: 15px;
}
.box_3 {
	border: 1px solid #D6D1CE;
	padding: 12px 12px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: url(/Public/Common/img/bg_box_3_footer.png) repeat-x bottom;
	margin-bottom: 20px;
}
.box_3 h2 {
	color: #4D3C2E;
	background: #E5E2E0 url(/Public/Common/img/bg_box_2_header.png) left top;
	line-height: 28px;
	font-size: 13px;
}


/* standards */

.text_right {
	text-align: right;	
}
.text_center {
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}
.block {
	display: block;
}
.full_width {
	width: 100%;
}
.hidden {
	display: none;
}


/* colors */
.blue_light {
	color: #00A0E2;
}
/*Source from Public/Common/Styles/specials.css*/
#tagcloud li {
    display: inline;
}
#dashboard #account table {
    width: 212px;
    margin-left: 12px;
}
#Confomat {
    margin-top: -12px;
}
* html #Confomat {
    margin-top: 0;
}
#producttypeDetailsImages {
    width: 280px;
    overflow: hidden;
}
#producttypeDetailsImages_2 {
    margin-left: -280px;
    margin-top: -1px;
}
#producttypeDetailsDescriptionAndSizing {
	margin-left: 297px;
}
#producttypeDetailsSizingTable table {
    width: 468px;
}