﻿body
{
    margin: 0;
    background-color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: black;
    line-height: 15px;
}

a
{
	color: #000000;
}

a:hover
{
    text-decoration: underline;
}

a:active
{
    outline: none;
}

a:focus
{
    -moz-outline-style: none;
}

.footer_content sup
{
    font-size: 7pt;
    position: relative;
    bottom: 0px;
}

.listSquare sup
{
    position: relative;
    bottom: 0px;
}

#glanceBoxPrice sup
{
    position: relative;
    top: -5px;    
}

sup
{
    position: relative;
    bottom: -2px;    
    line-height: 12px;
}

.Button
{
	background-image:url(/Design/Images/Content/Icons/button_green_1x22.jpg);
	background-repeat: repeat;
	cursor:pointer;
	color:White;
	text-align:center;	
	font-weight:bold;
	float:left;
	padding:5px 10px;  	 
	text-decoration: none; 
}
 .Button a, .Button a:hover
{
 color:White;
 text-decoration: none;
}

.display_green
{
	color:#46B428;
	font-weight:bold;
}

.divider
{
    background-image:url(/Design/Images/Master/SitemapBox/sitemapbox_bg.jpg);
    background-repeat:repeat-x;
    height:10px;
    
    margin-top:30px;
}

/* Start Logo Area */
#logoArea
{
    width: 746px;
    position: relative;
    left: 14px;
    min-height: 200px;
    
    font-size:12px;
}

#logoArea .logo
{
    width: 166px;
    height: 82px;
    float: left;
}

#logoArea .content
{
    width: 565px;
    float: left;
    min-height: 200px;
    margin-left: 13px;
}

/* End Logo Area */

/* Start Menu Right */
#menuRight
{
    /*width: 400px;*/
    /*height:700px;*/
    
    position:absolute;
    left: 765px;
    top: 0px;
	
	/*
    min-height: 80px;*/
}
/* End Menu Right */

/* Start Content columns */

#leftColumn
{
    float: left;
    padding-left: 14px;
    margin-top: -5px;
    
    /* [CW] Hack */
    width:185px;
}

#leftColumn .logo
{
    margin-top: 5px;
}

#rightColumn
{
    float: left;
    margin-top: -10px;
    margin-bottom: 10px;
    width: 560px;
    font-size:12px;
}

/* [SC] IE6 Hack */
/*
*html #rightColumn
{
    float: left;
    margin-top: -10px;
    margin-left: -20px;
    width: 560px;
    font-size:12px;
    background-color: #cccccc;
}
*/
/* End Content columns */

/* Start Content Area */
#contentArea
{
    width: 762px;
    position: relative;
    top: 10px;
    left: 10px;
    min-height: 250px;
    margin-bottom:30px;
    font-size:12px;
}

#contentArea .leftMenu
{
    width: 155px;
    height: auto;
    float: left;
}

#contentArea .contentRight
{
    width: 540px;
    height: auto;
    float: left;
}
/* End Content Area */

/* Start Footer */
#footer
{
    width: 746px;
    position: relative;
    left: 10px;
    top: 20px;
    min-height: 80px;
}

.footnote p
{
    display:inline;
}
/* End Footer */

.PriceInfo
{
	font-size:14px;
}

.display_grey
{
	font-size:11px;
	color: #666666;
}

/* Start Top Header Menu  */
#head
{
    left: 0px;
    top: 0px;
    width: 761px;
    height: 107px;
    background-image: url(/Design/Images/Master/Header/top_bg_header.jpg);
    background-repeat: no-repeat;
}

#head .main_navigation_left
{
    float: left;
    margin: -27px 0 0 12px;
    /*position: absolute;
    top: 0px;
    left: 0px;
    z-index: 500;*/
}
#head .main_navigation_left ul
{
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    list-style-position: inside;
}
#head .main_navigation_left li
{
    display: inline;
    float: left;
    margin: 0 4px 0 0;
}
#head .main_navigation_left li a
{
    float: left;
    clear: both;
}
#head .main_navigation_left li .top_space img
{
    float: left;
    clear: both;
}

#head .main_navigation_right
{
    /*margin: 0;*/
    /*position: absolute;
    top: 0px;
    left: 520px;*/
    margin: -27px 0px 0px 0px;
    float: right;
    /*z-index: 100;*/
}
#head .main_navigation_right ul
{
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    list-style-position: inside;
    z-index: 500;
}
#head .main_navigation_right li
{
    display: inline;
    float: left;
    margin: 0;
    z-index: 500;
}
#head .main_navigation_right li a
{
    float: left;
    clear: both;
    z-index: 500;
}
#head .main_navigation_right .open li a
{
    float: left;
    clear: both;
    z-index: 500;
}
#head .main_navigation_right li .top_space img
{
    float: left;
    clear: both;
    z-index: 500;
}

#head .topleftnavi
{
    margin: 0;
    /*position: absolute;
    top: 12px;
    left: 12px;
    z-index: 1000;*/
    padding: 12px 0px 0px 12px;
    font-size: 12px;
    color: #A6A6A6;
}
#head .topleftnavi a
{
    color: #A6A6A6;
    font-size: 12px;
    text-decoration: none;
}
#head .topleftnavi a:hover
{
    color: White;
    text-decoration: none;
}

#head .topleftnavi .separator
{
    padding-left: 6px;
    padding-right: 6px;
    color: #6E6E6E;
}
/* End Top Header Menu  */

/* Start Box Small */
#box_small
{
    width: 300px;
    height: 200px;
    position: relative;
    margin: 0px 10px 6px 0px;
    float: left;
}

#box_small .header
{
    width: auto;
    height: 23px;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    border-bottom: solid 2px #FEE700;
}

#box_small .background
{
    background-image: url(/Design/Images/Content/Boxes/Main/Background.jpg);
    background-repeat: repeat-x;
    height: 40px;
    position: absolute;
    width: 96%;
    top: 110px;
    left: 10px;
}

#box_small .left
{
    height: 100%;
    float: left;
    line-height: normal;
}

#box_small .right
{
    height: 100%;
    float: right;
}

#box_small .content
{
    clear: both;
    height: auto;
    position: absolute;
    top: 40px;
    left: 10px;
    /*right: 10px;*/
    right: 0px;
}

#box_small .content .left
{
    height: 100%;
    float: left;
    bottom: 10px;
}

#box_small .content .right
{
    height: auto;
    position: absolute;
    right: 0px;
    top: -5px;
}

#box_small .content .rightImage
{
    height: auto;
    position: absolute;
    right: 0px;
    top: 20px;
}

#box_small .footer
{
    width: 93%;
    /* Changes from 20090916 */
    /* height: 35px;*/
    height: 55px;
    position: absolute;
    
    bottom:-20px;
    left: 5px;
    line-height: 1.4;
    
}

#box_small .footer .right
{
    position:relative;
    /*top:35px;*/
    top:5px;
    right: -27px;
}

#box_small .footer .rightFooterImage
{
    position:relative;
    top: 13px;
    text-align: right;
}

#box_small .footer .right #more, #box_small .footer .rightFooterImage #more
{
    margin-right:3px;
    margin-bottom:3px;
}

#box_small .footer .footer_content, .priceElement
{
    width: auto;
    height: auto;
    position: absolute;
    left: 5px;
    right: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    max-width: 155px;
    border-top: 2px solid #FEE700;
}
/* End Box Small  */

/* Start SitemapBox */
#sitemapBox
{
    width: 749px;
    min-height: 80px;
    /*position: relative;*/
    background-image: url(/Design/Images/Master/SitemapBox/sitemapbox_bg.jpg);
    background-repeat: repeat-x;
    padding-top: 10px;
    clear: both;
    /*margin-top: 30px;*/
    /*height: 200px;*/
    z-index: 1;
}

#sitemapBox .content
{
    top: 10px;
    width: 180px;
    /*height: 120px;*/
    height: auto;
    float: left;    
    margin-left:20px;
    text-align:left;
}

#sitemapBox .separator
{
    padding-left: 25px;
}

#sitemapBox .content .content_header
{
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

#sitemapBox .content .content_txt
{
    font-size: 11px;
    color: #666666;
    line-height: 130%;
    
}

.SitemapBox
{
	/*top: 50px;*/
}

.content_header a, .content_header a:hover
{
    text-decoration: none;
    color: #333333;
    font-weight: bold;    
}

#sitemapBox .content .content_txt a, #sitemapBox .content .content_txt a:hover, #sitemapBox .content .content_txt a.active
{
    text-decoration: none;
    color: #666666;
}
/* End SitemapBox */

/* Start ProductOverview */
#productOverview
{
    width: 726px;
    min-height: 480px;
    position: relative;
    padding: 10px 10px 10px 10px;
    border: solid 1px #FEE700;
    border-top: solid 5px #FEE700;
}

#productOverview .content
{
    padding-top: 10px;
    width: auto;
    height: 100%;
    float: left;
    border: solid 1px #FEE700;
}

#productOverview .separatorLeft
{
    margin-left: 10px;
}

#productOverview .separatorTop
{
    margin-top: 10px;
}

/* End ProductOverview */


/* Begin Left Navigation */

.link
{
    text-decoration: none;
    color: #000000;
}

.link:hover
{
    text-decoration: underline;
    font-weight: bold;
    color: #000000;
}

.level2-menu ul .item_mid
{
    background: transparent url(/Design/Images/Content/Navigation/menu_bg.gif) no-repeat scroll left top;
}

.level2-menu ul .item_mid:hover
{
    background: transparent url(/Design/Images/Content/Navigation/menu_bg_hover.gif) no-repeat scroll left top;
}

.level2-menu ul li
{
    clear: both;
    float: left;
    line-height: 23px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 184px;
}

.level2-menu ul
{
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

.level2-menu ul .item_mid .link, .level2-menu ul .item_first .link, .level2-menu ul .js_link
{
    background: transparent url(/Design/Images/Content/Navigation/menu_link_yellow.gif) no-repeat scroll 3px 4px;
    padding: 0 0 0 21px;
}
.level2-menu ul .item a
{
    display: block;
    margin: 0;
    width: 155px;
}

.level2-menu ul .item_first_selected
{
    background: transparent url(/Design/Images/Content/Navigation/menu_bg_first_selected.gif) no-repeat scroll left top;
}

.level2-menu ul .selected .link, .level2-menu ul .item_first_selected .link
{
    background: transparent url(/Design/Images/Content/Navigation/menu_link_black.gif) no-repeat scroll 3px 4px;
    font-weight: bold;
    padding: 0 0 0 21px;
}

.level2-menu ul .item_first
{
    background: transparent url(/Design/Images/Content/Navigation/menu_bg_first.gif) no-repeat scroll left top;
}

.level2-menu ul .open
{
    background: transparent url(/Design/Images/Content/Navigation/menu_bg_open.gif) no-repeat scroll left top;
}

.level2-menu ul .open .link
{
    background: transparent url(/Design/Images/Content/Navigation/menu_link_open_black.gif) no-repeat scroll 3px 4px;
    font-weight: bold;
}

.level2-menu ul .item_sub
{
    background: transparent url(/Design/Images/Content/Navigation/menu_bg.gif) no-repeat scroll left top;
}

.level2-menu ul .item_sub_selected
{
    background: transparent url(/Design/Images/Content/Navigation/menu_bg_selected.gif) no-repeat scroll left top;
}

.level2-menu ul .item_sub .link, .level2-menu ul .item_sub .js_link
{
    padding: 0 0 0 21px;
}

.level2-menu ul .item_sub_selected .link, .level2-menu ul .item_sub_last_selected .link
{
    font-weight: bold;
    padding: 0 0 0 21px;
}

.level2-menu ul .item_sub_last
{
    padding: 0 0 0 21px;
}

.level2-menu ul .item_sub_last
{
    background: transparent url(/Design/Images/Content/Navigation/menu_bg_last.gif) no-repeat scroll left top;
}

/* End Left Navigation */

/* Begin Breadcrumb Navigation */

#breadcrumbNavigation
{
    margin: 4px 0;
}

#breadcrumbNavigation, #breadcrumbNavigation a
{
    font-size: 12px;
    color: #333333;
}

/* End Breadcrumb Navigation */

/* Begin Box Layout */

.boxTopLeftShadow
{
    background-image: url('/Design/Images/Content/Boxes/Main/top_left_shadow.jpg');
    background-repeat: no-repeat;
    width: 3px;
    height: 3px;
}

.boxTopMiddleShadow
{
    background-image: url('/Design/Images/Content/Boxes/Main/top_middle_shadow.jpg');
    background-repeat: repeat-x;
    height: 3px;
}

.boxTopRightShadow
{
    background-image: url('/Design/Images/Content/Boxes/Main/top_right_shadow.jpg');
    background-repeat: no-repeat;
    width: 3px;
    height: 3px;
}

.boxMiddleLeftShadow
{
    background-image: url('/Design/Images/Content/Boxes/Main/middle_left_shadow.jpg');
    background-repeat: repeat-y;
    width: 3px;
}

.boxMiddleRightShadow
{
    background-image: url('/Design/Images/Content/Boxes/Main/middle_right_shadow.jpg');
    background-repeat: repeat-y;
    width: 3px;
}

.boxBottomLeftShadow
{
    background-image: url('/Design/Images/Content/Boxes/Main/bottom_left_shadow.jpg');
    background-repeat: no-repeat;
    width: 3px;
    height: 3px;
}

.boxBottomMiddleShadow
{
    background-image: url('/Design/Images/Content/Boxes/Main/bottom_middle_shadow.jpg');
    background-repeat: repeat-x;
    height: 3px;
}

.boxBottomRightShadow
{
    background-image: url('/Design/Images/Content/Boxes/Main/bottom_right_shadow.jpg');
    background-repeat: no-repeat;
    width: 3px;
    height: 3px;
}

.boxTable
{
    float: left;  
    margin-right: 4px; 
    margin-top: 5px;
}

.VwServiceBoxTd
{
	background-image: url('/Design/Images/VW/VW_DefaultLayout/VwServiceBox_BG_Gray.jpg');
	background-position: top;
	background-repeat: repeat-y;
}

/* End Box Layout */

/* Start Product Comparison */
#ComparisonPage
{
    top:-100px;
}

#ComparisonPage .BoxesContent
{
    width: 543px;
}

#ProductComparison
{
    width:100%;
}

#ProductComparison .boxTable
{
    margin:5px 10px 5px 0px;
}

#ProductComparison ul
{
    line-height:normal;
}

/* End Product Comparison */

/* BEGIN Serivice Menu */
.ServiceMenuBox
{
	background-image: url('/Design/Images/Master/Service Menu/ServiceMenu_ShadowBottom.gif');
	background-position: bottom;
	background-repeat: no-repeat;
	width: 178px;
	position: relative;
}

.ServiceMenuBox a
{
	color: #000000;
	text-decoration: none;
}

.SeriveMenuInnerBox
{
	background-image: url('/Design/Images/Master/Service Menu/ServiceMenu_ShadowContent.gif');
	background-position: top left;
	background-repeat: repeat-y;
	width: 100%;
	position: relative;
}

.ServiceMenu
{
	width: 166px;
	margin: 0px 6px;
	position: relative;
}

.ServiceMenu_TopBar
{
	width: 100%;
	/*height: 5px;*/
	/*background-color: #CCCCCC;*/
	position: relative;
}

.ServiceMenu_Blank
{
	height: 1px;
	line-height: 1px;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}

.ServiceMenu_ContentBox
{
	background-image: url('/Design/Images/Master/Service Menu/ServiceMenu_Content_ShadowTop.gif');
	background-position: top;
	background-repeat: repeat-x;
	margin: 0px;
	position: relative;
}

.ServiceMenu_InnerContentBox
{
	background-image: url('/Design/Images/Master/Service Menu/ServiceMenu_Content_ShadowBottom.gif');
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 4px 0px;
	position: relative;
}

.ServiceMenu_Content
{
	margin: 0px 0px 0px 11px;
	width: 142px;
	position: relative;
}

.ServiceMenu_Content tr td
{
	height: 24px;
	border-bottom: solid 1px #CCCCCC;
}

.ServiceMenu_Content tr.ServiceMenu_Content_LastItem td
{
	height: 24px;
	border-bottom: none;
}

.ServiceMenu_Content tr td.ServiceMenu_TdIcon
{
	width: 24px;
	text-align: left;
}

.ServiceMenu_Button
{
	display: block;
	height: 23px;
	position: relative;
}

.ServiceMenu_ButtonLast
{
	display: block;
	height: 22px;
	position: relative;
}

.ServiceMenu_FAQ
{
	background-color: #F6F6F6;
}

/*########################################################################################*/
/* Following styles ensures that the inline margin-top created by jquery is overridden */
/* ToDo: Find a way to remove the inline margin-top and remove the below style definition*/
/* [CW]: Done. */
/* [SC] */
/*#######################################################################################*/
.ui-expandable-icon { margin-top: 0px; }
.ui-icon {  }
.ui-icon-triangle-1-s { display: none; }
.ui-icon-triangle-1-e { display: none; }
.ui-expandable-title { }
/*########################################################################################*/

/* END Service Menu */

/* BEGIN Dynamic Asset Display */

.AssetOuterBox
{
	width: 166px;
	height: 210px;
	margin: 0px 10px 0px 6px;
	padding: 0px;
}

.AssetOuterBoxVW
{
	width: 166px;
	height: 210px;
	padding: 0px;
}

#AssetImageContainer
{
	height: 190px;
}

#AssetCountContainer
{
	height: 20px;
}

.CurrentAssetBullet
{
	display: inline;
	width: 10px;
	height: 7px;
}

.AssetBullet
{
	display: inline;
	width: 10px;
	height: 7px;
	cursor: pointer;
}

/* END Dynamic Asset Display */

/* BEGIN Country List Popup */
.countrylist_div
{
}

.countrylist_contentBox
{
	padding: 4px 0px 4px 3px;
	background-image: url(/Design/Images/Content/Expandables/countrylist_borderContent.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

.countrylist_contentBox div.ui-widget-header
{
	padding-left: 6px;
	cursor: pointer;
	width: 340px;
	/*background-color: Red;*/
}

.countrylist_contentBox div.ui-widget-header div.ui-expandable-icon
{
	float: left;
	width: 16px;
}

.countrylist_contentBox div.ui-widget-header div.ui-expandable-title
{
	clear: right;
	float: left;
	width: 310px;
	/*margin-left: 26px;*/
	margin-left: 10px;
	/*background-color: Blue;*/
}

.countrylist_contentBox div.ui-expandable-extraIcon
{
	/*width: 10px;
	height: 10px;
	border: solid 1px #000000;*/
	clear: both;
}

.coutrylist_contentbegin
{
	height: 200px;
	margin-top: 10px;
	overflow: auto;
	padding: 0px;
	margin: 0px 2px 0px 0px;
}

.countrylist_indexdiv
{
	margin-bottom: 20px;
}

.countrylist_indexcharlist
{
	border-bottom: solid 1px #cccccc;
	padding-left: 20px;
	height: 20px;
}

.countrylist_indexchar
{
	color: #000000;
	text-decoration: none;
}

.countrylist tr td, .countrylist tbody tr td
{
	border-bottom: solid 1px #cccccc;
	height: 26px;
}

.countrylist_title
{
	/*margin-left: 26px;*/
	width: 100%;
}

.countrylist_character_filled
{
	font-weight: bold;
	width: 26px;
	padding-left: 6px;
}

.countrylist_name 
{
	width: 200px;
	text-align: left;
}
.countrylist_charge 
{
	text-align: left;
}

.countrylist_iconopen
{
	background-image: url(/Design/Images/Content/Icons/more_button_open.gif);
	background-position: left;
	background-repeat: no-repeat;
	clear: right;
	width: 16px;
	height: 16px;
}

.countrylist_iconclosed
{
	background-image: url(/Design/Images/Content/Icons/more_button.gif);
	background-position: left;
	background-repeat: no-repeat;
	clear: right;
	width: 16px;
	height: 16px;
}

.countrylist_topBox
{
}

.countrylist_bottomBox
{
}

/* END Country List Popup */


.boxblue 
{
/*float:left;*/
height:220px;
position:relative;
width:300px;
z-index:2000;
}

.boxblue .boxtop 
{
background:transparent url(/Design/Images/Content/Expandables/hg_top_box_blu.jpg) no-repeat scroll 0 0;
float:left;
height:28px;
position:relative;
width:265px;
}

.boxblue .boxcontent 
{
background:transparent url(/Design/Images/Content/Expandables/hg_middle_box_blu.jpg) repeat-y scroll 0 0;
float:left;
height:178px;
padding-left:28px;
position:relative;
width:265px;
}

.boxblue .boxcontenttop 
{
background:transparent url(/Design/Images/Content/Expandables/hg_box_blue_shadowtop.jpg) no-repeat scroll 0 0;
float:left;
height:7px;
line-height:7px;
margin-top:10px;
position:relative;
width:207px;
}

.boxblue .boxcontentmiddle 
{
background:transparent url(/Design/Images/Content/Expandables/hg_box_blue_shadowmiddle.jpg) repeat-y scroll 0 0;
color:#1598D0;
float:left;
height:108px;
line-height:18px;
margin-top:-2px;
overflow:auto;
padding-bottom:5px;
padding-left:15px;
padding-top:5px;
position:relative;
top:0;
width:193px;
}

.boxblue .boxcontentbottom 
{
background:transparent url(/Design/Images/Content/Expandables/hg_box_blue_shadowbottom.jpg) no-repeat scroll 0 0;
float:left;
height:7px;
line-height:7px;
margin-top:-2px;
position:relative;
width:207px;
}

.boxblue .boxbottom 
{
background:transparent url(/Design/Images/Content/Expandables/hg_bottom_box_blu.jpg) no-repeat scroll 0 0;
float:left;
height:20px;
position:relative;
width:265px;
}

.PreSelectionPopup
{
	margin-bottom: 10px;
}

.featureslist
{
	list-style-type: square;
	margin-left: 10px;
	margin-top: 3px;
	padding-left: 10px;
	padding-top: 3px;
}

/* BEGIN ExpandablePanel */
.T2_ExpandableDiv
{
	border: solid 1px #FFFFFF;
}

.T2_ExpandableDiv div.ui-widget-header
{
	cursor: pointer;
	position: relative;
}

.T2_ExpandableDiv div.ui-widget-header div.ui-expandable-icon
{
	float: left;
	width: 24px;
}

.T2_ExpandableDiv div.ui-widget-header div.ui-expandable-title
{
	float: left;
}

.T2_ExpandableDiv div.ui-widget-header div.ui-expandable-extraIcon
{
	clear: both;
}

.T2_ExpandableDiv_ShadowContent
{
	padding: 4px 0px 4px 3px;
	background-image: url(/Design/Images/Content/Expandables/countrylist_borderContent.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

.T2_ExpandableDiv_iconopen
{
	background-image: url(/Design/Images/Content/Icons/more_button_open.gif);
	background-position: left;
	background-repeat: no-repeat;
	clear: right;
	width: 16px;
	height: 16px;
}

.T2_ExpandableDiv_iconclosed
{
	background-image: url(/Design/Images/Content/Icons/more_button.gif);
	background-position: left;
	background-repeat: no-repeat;
	clear: right;
	width: 16px;
	height: 16px;
}

/* END ExpandablePanel */

/* BEGIN Footer */
div.footerH {
	padding: 0 0 0 0;
	clear:both;
}
div.footerH div.footer {
	background: url('/Legacy/Images/img/footer_bg01.gif') repeat-x;
	width: 730px;
	/*float: left;*/
	clear: both;
	color: #7F7F7F;
	padding: 13px 0 24px 20px;
}
.footer a {
	color: #7F7F7F;
	text-decoration: none;
}
.footer a:hover {
	color: #4C4C4C;
	text-decoration: underline;
}
.footer .left {
	float: left;
}
.footer .left ul {
	float:left;
	margin: 0;
	padding: 0;
}
.footer .left ul li {
	list-style-type: none;
	padding: 0 10px 0 0;
	float:  left;
}
.footer .left ul li a {
	padding: 0 10px 0 0;
}
.footer .right {
	float: right;
}
.footer .right img {
	padding: 4px 0 0 0;
}
.footer .right .flag {
	padding: 0 6px 0 0;
}
/* END Footer */

a.arrow_orange2 {
	background-image: url(/Legacy/Images/img/icons/arrow_orange.gif);
	background-position: left 3px;
	background-repeat: no-repeat;
	color: #eb690b;
	padding-left: 12px;
	/*position: relative;*/
	z-index: 82;
}
a.arrow_orange2:hover {
	/*background-image: url(/Legacy/Images/img/icons/arrow_orange_hover.gif);*/
	background-image: url(/Legacy/Images/img/icons/arrow_orange.gif);
	color: #eb690b;
	text-decoration:underline;
}

/* ############### */
/* BEGIN VW COUPON */
/* ############### */

/* ## BEGIN Coupon Overview ## */
/* --------------------------- */
table.CouponOverviewItem
{
	width: 100%;
}

table.CouponOverviewItem tr td.cornerTd
{
	width: 10px;
	line-height: 8px;
}

table.CouponOverviewItem tr td.horizontalBorderTd
{
	height: 10px;
	line-height: 8px;
}

table.CouponOverviewItem tr td.leftContentTd
{
	background-image: url('/Design/Images/VW/VW_DefaultLayout/CO_Box_BorderLeft.gif');
	background-position: left top;
	background-repeat: repeat-y;
}

table.CouponOverviewItem tr td.rightContentTd
{
	background-image: url('/Design/Images/VW/VW_DefaultLayout/CO_Box_BorderRight.gif');
	background-position: right top;
	background-repeat: repeat-y;
}

table.CouponOverviewItem tr td * p
{
	margin-top: 0px;
}

/* ## END Coupon Overview ## */
/* ------------------------- */

/* ## BEGIN Coupon Detail ## */
/* ------------------------- */
.CouponImage
{
	width: 192px;
	height: 143px;
}

.CouponImage img
{
	margin-top: 56px;
	margin-right: 10px;
}

.TelephoneCoupon
{
	background-image: url('/Design/Images/Content/Boxes/Product Images/telefon_rahmen.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

.InternetCoupon
{
	background-image: url('/Design/Images/Content/Boxes/Product Images/internet_rahmen.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

.ShopCoupon
{
	background-image: url('/Design/Images/Content/Boxes/Product Images/geschaeft_rahmen.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}
/* ## END Coupon Detail ## */
/* ----------------------- */

/* END VW COUPON */

/* BEGIN VW LandingPage */
/* -------------------- */
div.VwLandingPage 
{
	width: 527px;
}

div.VwLandingPage .TopLeft
{
	float: left;
	width: 342px;
	padding-top: 12px;
}

div.VwLandingPage .TopLeft img.Logo 
{ 
	vertical-align: top;
}
div.VwLandingPage .TopLeft img.Headline 
{
	margin-left: 10px;
}
div.VwLandingPage .TopLeft .IntroText 
{
	width: 280px;
	margin: 20px 0px 0px 10px;
}
div.VwLandingPage img.TopRightImage
{
	display: block;
	float: right;
	position: relative;
	margin-top: -45px;
}
div.VwLandingPage .ContentBox { }
div.VwLandingPage .ContentBox img.Splash 
{
	display: block;
	float: left;
	width: 87px;
}
div.VwLandingPage .ContentBox .Content
{
	float: left;
	margin: 0px 0px 0px 10px;
	width: 420px;
}

div.VwLandingPage .ContentMiddleBox 
{
	border-top: solid 3px #A7A8A7;
	border-bottom: solid 3px #A7A8A7;
	padding: 4px 0px;
	margin: 14px 0px 0px 0px;
	/*background-image: url('/Design/Images/VW/VW_DefaultLayout/bg_vw_lp_top.jpg');
	background-position: top left;
	background-repeat: repeat-x;*/
}

*+html div.VwLandingPage .ContentMiddleBox
{
	padding: 1px 0px 4px 0px;
}

div.VwLandingPage .ContentMiddle
{
	background-color: #F0F5F8;
	padding-left: 10px;
	/*margin: 4px 0px;*/
	/*background-image: url('/Design/Images/VW/VW_DefaultLayout/bg_vw_lp_bottom.jpg');
	background-position: top left;
	background-repeat: repeat-x;*/
	
}

div.VwLandingPage .ContentBottom 
{
	margin: 40px 0px 0px 0px;
}
div.VwLandingPage .LpFootnotes
{
	margin-top: 50px;
	color: #7F7F7F;
	font-size: 11px;
}

/* END VW LandingPage */
/* ------------------ */