/*----------------------------------------------------------------------------
	main.css

	this css-file contains all definitions, that are independend from the
	colorschemes.

	(c) Schlund + Partner AG


	----------------------------------------------------------------------
	Modified and extended by Barti Bartman for the Sports-Template

	This CSS-File uses the original "Tanteks Box Modell Hack"
	http://www.tantek.com/CSS/Examples/boxmodelhack.html

	NOTE:
	Older W3C CSS validators return errors when the voice-family property
	is used in a 'screen' style sheet. This is an error in the W3C CSS
	validator itself. The validator should report a warning, not an error,
	when properties which are unsupported by a particular medium are used,
	and this has been reported to the W3C:

 ----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------
 styles for specific classes and ids
----------------------------------------------------------------------------*/

/*-- global container ------------------------------------------------------*/

#container {
    position: relative;
    padding: 0;
    margin: 0 auto;
    text-align: left;
    width: 775px;
    background-position: top left   !important;
}

/*-- main container: contains all between header and footer ----------------*/

#main_container {
    position: relative;
    clear: both;
    padding: 0;
    margin: 0px 10px 20px 15px;
}

/*--- the main container is devided in sub containers ----------------------*/

#sub_container1 {
    margin: 0 0 0 10px;
    padding: 0;
}

#sub_container2 {
    position: relative;
    float: right;
    margin: 5px 25px 20px 0;
    padding: 0;
    width: 515px;
}

#content_container {
    position: relative;
    top: 0px;
    clear: both;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 510px;
}

#left_column_container {
    margin: 0;
    padding: 0;
    float: left;
    width: 190px;
}

/*--- header ---------------------------------------------------------------*/

#header {
    position: relative;
    padding: 0;
    margin: 0;
    width: 775px;
    height: 266px;
    top: 0px;
    left: 0px;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
    position: absolute;
    top: 19px;
    left: 19px;
    width: 735px;
    height: 240px;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
    width: 283px;
    height: 70px;
    position: absolute;
    top: 20px;
    left: 473px;
}

/*--- caption (as text or background image) --------------------------------*/

#slogan {
    z-index: 2;
    position: relative;
    top: 10px;
    height: 46px;
    width: 735px;
    font-family: Arial, Tahoma, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
    z-index: 1;
    position: relative;
    left: 0px;
    top: 0px;
    width: 730px;
    padding: 0 15px 0 0;
    margin: 0;
    overflow: hidden;
}

#main_nav_list {
    position: relative;
    margin: 0;
    padding: 0;
    top: 2px;
    min-height: 32px;
    width: 710px;
    left: 15px;
    list-style-type: none;
    background-repeat: repeat-y;
}

#main_nav_list li {
    float: left;
    margin: 0;
    padding: 0;
    height: 32px;
    min-width:60px; /* bgfx */
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a {
    float: left;
    margin: 0;
    padding: 3px 19px 2px 17px;
    display: block;
    height: 32px;
    line-height: 22px;
    text-align: center;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 26px;
}
#navitop {
    width: 775px;
    height: 18px;

}
#navibottom {
    position: relative;
    width: 775px;
    height: 33px;
    top: 5px;
    left: -15px;
}

html>body #main_nav_list a {
    height: 26px;
}

/*--- container for the subnavigation --------------------------------------*/

.sub_nav_container {
    margin: 10px;
    padding: 0;
}

/*--- subnavigation --------------------------------------------------------*/

.sub_nav_list {
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sub_nav_list li {
    clear: both;
    font-size: 11px;
    margin: 3px 0 2px 0;
    padding: 0;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
    overflow: hidden;
    text-align: left;
    line-height: 24px;
    height: 25px;
    width: 172px;
    padding: 0 25px 0 15px;
    display: block;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 132px;
}

html>body .sub_nav_list a {
    width: 132px;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
    margin: 0;
    padding: 0;
    width: 775px;
    height: 65px;
    clear: both;
}

#footer_text {
    padding: 34px 0 0 0;
    margin: 0 30px 0 30px;
    text-align: center;
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
    margin: 0;
    padding: 0;
    text-align: center;
}

/*--- paragraph ------------------------------------------------------------*/

.content p {
    margin: 5px 0 20px 0;
    padding: 0;
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

/*--- tables ---------------------------------------------------------------*/

.content table {
    border-style: dotted;
    border-width: 1px;
    border-spacing: 0;
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
    padding: 15px;
    border-style: solid;
    border-width: 1px;
}

.content input {
    border-style: solid;
    border-width: 1px;
}

.content textarea {
    border-style: solid;
    border-width: 1px;
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

/*--------------------------------------------------------------------------*/

#main_nav_list a.main_nav_active_item {
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    text-decoration: underline;
}

#main_nav_list a.main_nav_item {
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

#main_nav_list a.main_nav_item:hover {
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

.sub_nav_list a.sub_nav_active_item {
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

.sub_nav_list a.sub_nav_item {
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

.sub_nav_list a.sub_nav_item:hover {
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

#content_container a:active {
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
}

#content_container a:hover {
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

#content_container a:visited {
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
}

#content_container a:link {
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
}

#content_container h1 {
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 28px;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
}

#content_container h2 {
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
}

#content_container h3 {
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
}

.content {
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.content select {
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

/*--------------------------------------------------------------------------*/

.hidden { display: none; }

/* fixing ordering preocess button color bug */

div#content_container .v1_shop_ordering_summary_jump_button {
 color: #FF0033 !important;
}
