/*+
  CSS    : Master
  AUTHORS: Web Design Dept.
  UPDATED: 20/07/16 - PD
  WEBSITE: http://www.internationalwinechallenge.com
  VERSION: 2.0 (Website Re-Skin)

*/

* {
 margin: 0;
 padding: 0;
 }
* html .group {
 height: 1%;
 }
*:first-child + html .group {
 min-height: 1px;
 }
.group:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
 }


/*
    Standard Elements
*/

html {
	background: #FFF url('../images/bg-html.jpg') 0 0 repeat-x;
}

body {
	background: transparent url('../images/bg-body.png') top center no-repeat;
	color: #464646;
	font-family: Georgia, Serif;
	font-size: 12px;
}


/*
	Typography and Anchors
*/

h1, h2, h3, h4, h5, h6 {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 15px;
	color: #111;
}
    h1.style1 {
 font-size: 28px;
 margin-top: 35px;
 }
    h1.style2 {
 border-bottom: 1px solid #DCDCDC;
 font-size: 36px;
 margin-top: 30px;
 margin-bottom: 0;
 padding-bottom: 20px;
 }
    h1.style3 {
 margin-top: 35px;
 }

h2 {
 font-size: 18px;
 }
    h2.style1 {
 padding-top: 10px;
 }
    h2.style2 {
 font-size: 28px;
 margin: 40px 10px 10px 10px;
 padding: 0 0 0 0;
 }
    h2.style3 {
 border-bottom: 5px solid #DCDCDC;
 padding-bottom: 5px;
 }

p {
 color: #474747;
 line-height: 20px;
 margin-bottom: 14px;
 }
    #judge-list p {
 float: right;
 width: 510px;
 }

a {
    color: #4D9497;
    text-decoration: none;
}
    a:hover {
        text-decoration: underline;
    }
    a.button {
        background-color: #4D9497;
        border: 0;
        border-radius: 3px;
        box-shadow: 0 8px 6px -7px rgba(0, 0, 0, 0.25);
        color: #FFF;
        float: left;
        font-family: inherit;
        padding: 10px 20px;
        text-shadow: 0 1px 1px rgba(0,0,0,0.5);
    }

a img {
 border: 0;
 }

/*
    Top Sitehead Structure // #sitehead, #nav, .user-tabs
*/

#sitehead {
 position: relative;
 margin-top: 0;
 }

	#sitehead #nav {
		background: #9a9ca0 url('../images/bg-nav.jpg') top left repeat-x;
		border-radius: 3px;
		font-size: 13px;
		list-style-type: none;
		margin: 0;
		position: relative;
		z-index: 40000;
		box-shadow: 0 2px 8px rgba(0,0,0,0.25);
	}
	#sitehead #nav li {
 
		float: left;
		border-right: 1px solid #01639A;
		border-right: 1px solid rgba(255,255,255,.08);
		position: relative;
		z-index: 40000;
	}
	#sitehead #nav a {
		border-right: 1px solid #03396A;
		border-right: 1px solid rgba(0,0,0,0.25);
		color: #FFF;
		float: left;
		padding: 18px 13px;
		text-shadow: 0 1px 1px rgba(0,0,0,0.5);
		z-index: 40000;
	}
		#sitehead #nav a:hover, #sitehead #nav .active, #sitehead #nav a.hyperlink_linkSelected  {
			background: #3e7679;
		}
		#sitehead #nav li.dd a:hover {
			text-decoration: none;
			cursor: default;
		}
		
		#sitehead #nav li.dd ul li a:hover {
			text-decoration: underline;
			cursor: pointer;
		}
		
		#sitehead #nav .first a:hover, #sitehead #nav .first a.hyperlink_linkSelected   {
			border-top-left-radius: 3px;
			border-bottom-left-radius: 3px;
		}
		#sitehead #nav li.last,#sitehead #nav li.last a {
			border: none;
			width: 122px;
			-webkit-border-top-right-radius: 3px;
			-webkit-border-bottom-right-radius: 3px;
			-moz-border-radius-topright: 3px;
			-moz-border-radius-bottomright: 3px;
			border-top-right-radius: 3px;
			border-bottom-right-radius: 3px;
		}
		
		#sitehead #nav li.last ul li a {
			width: 122px;
		}
			#sitehead #nav li.search a:hover {
				background: none;
			}
	
	#sitehead ul.sub-menu {
		visibility: hidden;
 		display: inline-block;
		position: absolute;
		top:100%;
		left: 0;
		z-index: 40000;
		background: #4d9497;
		border: 2px solid #71a9ac;
 		border-radius: 2px;
		-moz-border-radius: 2px;
		box-shadow: 0 0 3px #000;
		-moz-box-shadow: 0 0 3px #000;
		text-align: center;
		text-shadow: 1px 1px 0 rgba(0,0,0,0.35);
 		list-style-type: none;
		color: #FFF;
		padding: 0;
		list-style-type: none;
	}

	#sitehead #nav ul.sub-menu li {
		font-size: 12px;
		border-bottom: 1px solid #71a9ac;
		text-align: left;
		font-family: Arial, Helvetica, Sans-Serif;
		float: left;
		z-index: 40000;
		border-left: 0;
		margin-right: 0;
 	}

	#sitehead #nav ul.sub-menu li.last, #sitehead #nav ul.sub-menu li:last-child {
		border-bottom: none;
	}

	#sitehead #nav ul li a {
		border-right: none;
		float: left;
		padding: 12px 20px;
		width: 170px;
		border-right: 0;
	}
 	#sitehead #nav ul li a:hover {
 		background: #3e7679;
	}

	#sitehead #nav ul ul {
		left: 100%;
		top: 0;
		list-style-type: none;
	}
	#sitehead #nav li:hover > ul {
		visibility: visible;
	}

#iwc-enter {
 margin-top: 55px;
 float: right;
 }

.user-tabs {
    float: right;
    list-style-type: none;
    position: absolute;
    right: 0;
 top: 0;
}
    .user-tabs li {
        background: #4D9497;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.25);
        float: left;
        margin-left: 10px;
    }
        .user-tabs li a {
            color: #fff;
            float: left;
            padding: 12px 15px;
            text-shadow: 0 1px 1px rgba(0,0,0,0.65);
        }
        .user-tabs li a.button {
            background: #4D9497;
            font-weight: normal;
        }
        .user-tabs a.basket {
            background: transparent url('../images/bg-basket-icon.png') 8px 11px no-repeat;
            height: 15px;
            padding: 12px 15px 12px 35px;
        }

#home-top {
 margin-bottom: 20px;
 }
#home-bottom {
    border-top: 1px solid #DCDCDC;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
}
    #home-bottom img {
 margin: 0 10px 20px 10px;
 }
    #home-bottom h2 {
 margin-left: 10px;
 }

#home-bottom-content {
 margin-bottom: 0;
 }



/*
    Content section // Carousels, SAS Styling
*/


#lead-carousel {
    border-bottom: 1px solid #DCDCDC;
    padding: 0 0 0 0;
    margin-bottom: 10px;
    position: relative;
}

#top-carousel {
    border-radius: 3px;
    float: left;
    position: relative;
}
    #top-carousel ul li {
        float: left;
        position: relative;
    }
        #top-carousel ul li img {
            border-radius: 3px;
            float: left;
            border: none;
        }
        #top-carousel ul li .description {
            background: #FFF;
            background: rgba(255,255,255,0.9);
            position: absolute;
            bottom: 30px;
            left: 0;
            padding: 20px;
            max-width: 400px;
            min-height: 150px;
            -webkit-border-top-right-radius: 3px;
            -webkit-border-bottom-right-radius: 3px;
            -moz-border-radius-topright: 3px;
            -moz-border-radius-bottomright: 3px;
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px;
        }
    #top-carousel .description h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    #top-carousel .description p {
        float: left;
        clear: left;
        margin-bottom: 15px;
    }
    a#top-carousel-next {
        position: absolute;
        top: 140px;
        left: -45px;
        z-index: 6000;
        cursor: pointer;
    }
    a#top-carousel-prev {
        position: absolute;
        top: 140px;
        left: 946px;
        z-index: 6000;
        cursor: pointer;
    }

#sas-leaderboard {
 border-bottom: 1px solid #DCDCDC;
 padding-bottom: 20px;
 display: none;
 }
    #sas-leaderboard img {
 float: left;
 }
.sas-bottom-leaderboard {
 border-top: 1px solid #DCDCDC;
 margin-top: 20px;
 margin-bottom: 0;
 }
    .sas-bottom-leaderboard img {
 margin-top: 20px;
 }

.mpu-shell {
    /*background: #F5F5F5;
    float: right;
    padding: 30px 75px;
*/
}
    .mpu-shell img {
 box-shadow: 0 0 3px rgba(0,0,0,0.25);
 }

/*
    Story Styling // .lead-story,     
*/

.top-bump {
 margin-top: 43px;
 /*What's this?*/}

.lead-story {
    border-bottom: 1px solid #DCDCDC;
    float: left;
    padding-bottom: 20px;
    margin-bottom: 10px;
    width: 450px;
}
.clear {
	clear: both;
}
.lead-story-listwrap {
 float: left;
 margin-left: 35px;
 }
.lead-story ul {
 list-style-type: none;
 max-width: 250px;
 }
.displaysummarybox_slbArea ul {
 list-style-type: none;
 margin-left: 25px;
 }
    .lead-story ul li, .displaysummarybox_slbArea ul li {
            background: transparent url('../images/li-arrow.gif') 0 8px no-repeat;
            padding-left: 15px;
            line-height: 22px;
        }
        .lead-story ul li ul li {
            background: none;
            padding-left: 15px;
            line-height: 22px;
        }

.lead-news-social .col-240 {
    border-right: 1px solid #DCDCDC;
    padding-top: 10px;
    width: 230px;

}

.section {
    border-bottom: 1px dotted #DCDCDC;
    float: left;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.social-container {
    float: right;
    margin: 10px 0 0 0;
    display: inline;
    width: 200px;
    padding-top: 10px;
}

.lead-news-social {
    float: left;
    width: 450px;
}

    .lead-news-social ul {
        list-style-type: none;
        max-width: 180px;
    }

        .lead-news-social ul.news-updates {
            max-width: 200px;
        }

        .lead-news-social ul li {
            background: transparent url('../images/li-arrow.gif') 0 8px no-repeat;
            padding-left: 15px;
            line-height: 22px;
        }

    .lead-news-social .news-updates li {
        background: none;
        padding-left: 0;
        margin-bottom: 10px;
    }

    .lead-news-social .social-container ul {
        margin-bottom: 20px;
    }

        .lead-news-social .social-container ul li {
            margin-bottom: 10px;
        }

img.story, img.shadow, .displaysummarybox_slbImage {
    float: left;
    border: 5px solid #FFFFFF;
    box-shadow: 0 2px 8px rgba(0,0,0,0.25);
}

    #article .article-content img.story.float-left, img.story.float-left, .displaysummarybox_slbImage {
        float: left;
        margin-right: 20px;
	margin-bottom: 20px;
    }

    #article .article-content img.story.float-right, img.story.float-right {
        float: right;
        margin-left: 20px;
    }

#twitter-div ul {
    list-style-type: none;
}

    #twitter-div ul li {
        padding-left: 10px;
        background: url(../images/quote.png) right 50% no-repeat;
    }

        #twitter-div ul li p {
            line-height: 20px;
            margin-bottom: 5px;
        }

#twitter-div .meta {
    font-style: italic;
    font-weight: bold;
    text-align: right;
    padding-bottom: 15px;
}

.sponsor-content {
    float: left;
    width: 450px;
}

.shadow-video {
    float: left;
    border: 5px solid #FFFFFF;
    box-shadow: 0 2px 8px rgba(0,0,0,0.25);
    margin: 0 10px 20px 10px;
}

.faux-960 {
 background: transparent url('../images/faux-960.gif') 0 0 repeat-y;
 }
.faux-960-4-col {
 background: transparent url('../images/faux-960-4-col.gif') 0 0 repeat-y;
 float: left;
 }

/* Search Tabs */

.etabs {
    margin: 0;
    padding: 0;
}

.tab {
    display: inline-block;
    zoom: 1;
    *display: inline;
    background: #4D9497;
    color: #795501;
    text-shadow: 0 1px 1px rgba(0,0,0,0.65);
    border: 1px solid #19676D;
    border-bottom: none;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
	margin-right: 5px;
}

    .tab a {
        color: #fff;
        font-size: 12px;
        line-height: 22px;
        display: block;
        padding: 5px 10px;
        outline: none;
        width: 60px;
        text-align: center;
    }

        .tab a:hover {
            text-decoration: underline;
        }

    .tab.active {
        background: #fff;
        padding-top: 6px;
        position: relative;
        top: 1px;
        border-color: #DCDCDC;
    }

    .tab a.active {
        font-weight: bold;
        color: #000;
	text-shadow: none;
    }

.tab-container {
	font-family: Arial,Helvetica,sans-serif;
	float: right;
	background: #F5F5F5;
	padding: 20px;
	width: 410px;
	height: 562px;
	-moz-border-radius: 0 4px 4px 4px;
	-webkit-border-radius: 0 4px 4px 4px;
}

    .tab-container.large {
        width: 900px;
        margin-bottom: 100px;
    }

    .tab-container .panel {
        background: #FFF;
        padding: 20px;
        border: 1px solid #dcdcdc;
        height: 500px;
    }

.panel-container {
    margin-bottom: 10px;
}

#article {
}

    #article .article-content {
        width: 450px;
        padding-top: 20px;
        padding-right: 19px;
        padding-bottom: 80px;
        border-right: 1px solid #DCDCDC;
        margin-right: 0;
    }

    #article .col-720.article-content {
        border: none;
        width: 700px;
    }

    #article .article-content .meta {
        color: #AAA;
    }

    #article .article-content .standfirst {
        font-weight: bold;
    }

    #article .article-content img {
        /* float: left;
 */
        margin-bottom: 25px;
        border: 5px solid #FFF;
        box-shadow: 0 0 3px rgba(0,0,0,0.25);
    }

    #article .article-content ul.meta-social {
        float: left;
        list-style-type: none;
        margin-bottom: 25px;
        width: 100%;
        padding-left: 5px;
        line-height: normal;
    }

        #article .article-content ul.meta-social li {
            background: none;
            float: left;
            margin-bottom: 0;
            padding-left: 0;
        }

    #article ul.meta-social li.social {
        float: right;
    }

    #article .article-content ul {
        padding-left: 15px;
        margin-bottom: 15px;
        line-height: 22px;
        list-style-type: none;
    }

        #article .article-content ul li {
            background: transparent url('../images/li-arrow.gif') 0 48% no-repeat;
            padding-left: 15px;
            line-height: 22px;
            margin-bottom: 5px;
        }

    #article .article-content blockquote,
    #article .article-content .box-content {
        border-left: 5px solid #4D9497;
        background: #F5F5F5;
        padding: 13px 15px 5px 15px;
        margin: 10px 0 25px 0;
        float: left;
    }

    #article .article-content .box-content {
        width: 415px;
    }

        #article .article-content .box-content ul {
            padding: 0;
            margin-bottom: 10px;
        }

            #article .article-content .box-content ul li {
                background: none;
                padding: 0;
            }

    #article .article-content blockquote p {
        padding-left: 0;
    }

    #article ol {
        padding-left: 25px;
        margin-bottom: 15px;
    }

        #article ol li {
            line-height: 22px;
            padding-bottom: 5px;
        }

    #article h1 {
        font-size: 32px;
        line-height: 40px;
        padding-left: 5px;
    }

    #article h2 {
        padding-left: 5px;
    }

    #article p {
        line-height: 22px;
        padding-left: 5px;
    }

    #article address {
        border-left: 5px solid #4D9497;
        background: #F5F5F5;
        padding: 13px 15px 15px 15px;
        margin: 10px 0 25px 0;
        float: left;
        line-height: 22px;
        width: 410px;
    }

#wine-detail-stockists {
    float: left;
}

    #wine-detail-stockists .results-table {
        font-size: 12px;
        margin-top: 20px;
    }

.results-table {
    border-top: 1px solid #DCDCDC;
    border-left: 1px solid #DCDCDC;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    float: left;
    margin-bottom: 40px;
}

    .results-table th {
        border-right: 1px solid #DCDCDC;
        border-bottom: 2px solid #DCDCDC;
        background: #F5F5F5;
        padding: 10px 5px;
    }

    .results-table td {
        border-right: 1px solid #DCDCDC;
        border-bottom: 1px solid #DCDCDC;
        padding: 5px;
    }


#search-results, #wine-details {
    list-style-type: none;
}

    #search-results .search-result, #wine-details .wine-overview {
        border-bottom: 1px solid #DCDCDC;
        margin: 0 10px;
        padding: 10px 0;
    }

    #search-results li:last-child, #wine-details li:last-child {
        border-bottom: none;
    }

    #search-results li ul, #wine-details li ul {
        list-style-type: none;
    }

        #search-results li ul li, #wine-details li ul li {
            line-height: 22px;
            margin-bottom: 5px;
        }

            #wine-details li ul li.tasting-notes {
                margin-top: 14px;
                margin-bottom: 14px;
            }

    #search-results .search-result h2, #wine-details .wine-overview h1 {
        margin-top: 5px;
        margin-bottom: 10px;
    }

    #search-results .search-badges img, #wine-details .search-badges img {
        float: left;
        margin: 0 10px 10px 0;
    }

.col-960.pagination {
    border-top: 5px solid #DCDCDC;
    margin-bottom: 0;
    padding-top: 10px;
    font-family: Arial, Helvetica, Sans-Serif;
}

.pagination ul {
    float: right;
    list-style-type: none;
}

.pagination li {
    float: left;
}

    .pagination li a, .pagination span {
        float: left;
        padding: 10px;
    }

.pagination span {
    background: #F5F5F5;
}

/* OLD #social-sponsors-container {
    background: #F5F6F8;
    width: 100%;
    padding: 10px 0;
    margin-top: 20px;
}

    #social-sponsors-container .container {
        position: relative;
    }

   #social-sponsors-container #sponsors-carousel {
        background: transparent url(../images/faux-960-dotted.gif) 0 0 repeat-y;
        float: left;
        width: 940px !important;
        margin: 10px;
        position: relative;
    }

    #social-sponsors-container ul {
        float: left;
        list-style-type: none;
    }
        #social-sponsors-container ul li {
            float: left;
            width: 220px;
            margin-right: 20px;
            padding-top: 10px;
            height: 160px;
            position: relative;
        }

            #social-sponsors-container ul li img {
                width: 190px;
                height: 130px;
                margin: 0 10px;
                float: left;
                border: 5px solid #FFFFFF;
                box-shadow: 0 2px 8px rgba(0,0,0,0.25);
            }
*/
#social-sponsors-container {
    background: #F5F6F8;
    width: 100%;
    padding: 10px 0 25px 0;
    margin-top: 20px;
}

    #social-sponsors-container .container {
        position: relative;
    }

    #social-sponsors-container #sponsors-carousel {
        background: transparent url(../images/faux-960-dotted.gif) 0 0 repeat-y;
        float: left;
        padding: 10px 0 15px 0;
        width: 940px !important;
        margin: 10px;
        position: relative;
    }

    #social-sponsors-container ul {
        float: left;
        list-style-type: none;
    }

        #social-sponsors-container ul li {
            float: left;
            width: 220px;
            margin-right: 20px;
            height: 140px;
            position: relative;
            text-align: center;
        }
            #social-sponsors-container ul li a {
                background: #FFF;
                box-shadow: 0 0 5px rgba(0,0,0,0.15);
                float: left;
                margin: 5px;
                padding: 5px 0;
                width: 210px;
            }
            
            #social-sponsors-container ul li img {
                min-height: 120px;
                max-width: 200px;
                max-height: 120px;
            }
            .carousel-image-bg {
                background: #FFF;
                float: left;
                padding: 5px;
                width: 210px;
                height: 130px;
                text-align: center;
            }
                .carousel-image-bg a {
                    float: left;
                    width: 210px;
                    height: 120px;
                }
                .carousel-image-bg a img {
                    display: inline-block;
                    max-height: 120px;
                    max-width: 180px;
                }
a#sponsors-carousel-next {
    position: absolute;
    top: 80px;
    left: -15px;
    z-index: 80000;
    cursor: pointer;
}

a#sponsors-carousel-prev {
    position: absolute;
    top: 80px;
    left: 955px;
    z-index: 80000;
    cursor: pointer;
}

#footer-social {
    background: #202020;
    border-bottom: 1px solid #565656;
    color: #FFF;
    height: 90px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}

    #footer-social a {
        color: #FFF;
    }

    #footer-social .social-button {
        float: left;
        margin-left: -4px;
    }

    #footer-social .download-app {
        position: absolute;
        top: -60px;
        z-index: 20000;
    }

    #footer-social p {
        color: #FFF;
        float: left;
        font-style: italic;
        line-height: 16px;
        margin: 8px 0 0 5px;
        width: 158px;
    }

        #footer-social p span {
            color: #CCC;
            font-size: 11px;
        }

#footer-sitemap {
    background: #363636;
    color: #FFF;
    font-weight: bold;
 
    min-height: 471px;
    padding-top: 10px;
}

    #footer-social .col-960, #footer-sitemap .col-960 {
        background: transparent url('../images/faux-960-4-col-dark.png') 0 0 repeat-y;
    }

    #footer-sitemap ul, #footer-social .col-240, #footer-copyright .col-240 {
        list-style-type: none;
        padding-left: 10px;
        width: 210px;
    }

    #footer-sitemap .col-960.seperator {
        background: none;
        border-top: 1px solid #2b2b2b;
    }

    #footer-sitemap ul {
        list-style-type: none;
        min-height: 140px;
        float: left;
    }

        #footer-sitemap ul li {
            line-height: 20px;
            float: left;
            width: 210px;
        }

            #footer-sitemap ul li.break {
                line-height: 16px;
            }

    #footer-sitemap a {
        color: #a7a7a7;
	font-weight: normal;
    }

    #footer-sitemap ul.omega, #footer-social .col-240.omega, #footer-copyright .col-240.omega {
        background: none;
    }

#footer-social .col-240.omega {
    position: relative;
}

#footer-copyright {
    background: #161616;
    border-top: 1px solid #2b2b2b;
    color: #FFF;
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
    width: 100%;
    min-height: 100px;
}

    #footer-copyright p {
        color: #8099AA;
        line-height: 20px;
        margin: 0;
    }

    #footer-copyright a {
        color: #8099AA;
    }

    #footer-copyright .logo-wrbm {
        border: 0;
        float: left;
        margin-top: 4px;
    }

/*
	IWC User login page
*/

#login-form {
    background: #FFF url(../images/bg-login.gif) top right no-repeat;
    box-shadow: 0 0 8px #999;
    padding: 20px;
    border-radius: 3px;
    margin: 20px 0 100px 0;
}

#login-panel {
    float: left;
}

    #login-panel .field {
        margin-bottom: 20px;
    }

        #login-panel .field label {
            float: left;
            font-family: Arial, Helvetica, Sans-Serif;
            font-weight: bold;
            padding-top: 10px;
            width: 80px;
        }

        #login-panel .field input[type="text"],
        #login-panel .field input[type="password"] {
            background: #F4F4F4;
            border: 0;
            border-left: 5px solid #4D9497;
            padding: 10px;
            width: 290px;
        }

        #login-panel .field p.choose-lang {
            border: 0;
            border-left: 5px solid #4D9497;
            float: left;
            padding: 10px;
            width: 290px;
        }

            #login-panel .field p.choose-lang a {
                float: left;
                margin-right: 10px;
            }

    #login-panel .submission input[type="button"] {
	background-color: #4D9497;
	border: 0;
	border-radius: 3px;
	box-shadow: 0 8px 6px -7px rgba(0, 0, 0, 0.25);
	color: #FFF;
	float: left;
	font-family: inherit;
	padding: 10px 20px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
    }

    #login-panel .submission p {
        float: right;
        padding-top: 9px;
    }


/*
	IWC User and Admin Pages
*/

#user-admin {
    font-family: Arial, Helvetica, Sans-Serif;
}

    #user-admin h1 {
        font-size: 28px;
        font-weight: bold;
    }

    #user-admin h2 {
        font-weight: bold;
    }

h2.order-title {
    margin-top: 8px;
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
}

p {
    color: #000000;
    margin-bottom: 14px;
    font-size: 12px;
}

.form ul.header {
    float: left;
    font-size: 16px;
    font-weight: bold;
    list-style-type: none;
    margin-bottom: 40px;
    width: 100%;
}

    .form ul.header li {
        float: right;
        margin-right: 30px;
        padding-top: 6px;
    }

        .form ul.header li.form-title {
            font-size: 22px;
            padding-top: 0;
            float: left;
        }

/*
	Form Layouts
*/

.form {
    font-size: 12px;
    float: left;
    width: 920px;
    margin: 10px;
    padding: 10px;
    background: #F5F5F5;
}

    .form.search-widget {
        width: 370px;
        padding: 0;
        margin: 0;
        background: #FFF;
    }

#search-widget.large .form.search-widget .fieldset {
    width: 800px;
}

#search-widget.large .form.search-widget .field {
    clear: none !important;
    margin-bottom: 15px;
}

#search-widget.large .form.search-widget .tab-container {
    height: 362px;
}

    #search-widget.large .form.search-widget .tab-container .panel {
        height: 280px;
    }

.form.order-payment {
    width: 940px;
    padding: 0;
}

.form.admin {
    padding: 20px 0;
}

    .form.admin h2, .form.order-payment h2 {
        margin-left: 10px;
        margin-right: 10px;
    }

.form span {
    float: left;
    clear: left;
}

.form .fieldset {
    float: left;
    margin-bottom: 25px;
    width: 920px;
}

.form.search-widget .fieldset {
    width: 370px;
    margin-bottom: 0;
}

.form.order-payment .fieldset {
    width: 940px;
}

.form .fieldset .field {
    float: left;
    margin-bottom: 10px;
    clear: left;
    *width: 100%;
    position: relative;
}

.form.search-widget .fieldset .field {
    margin-bottom: 10px;
}

.form .fieldset .field label {
    float: left;
    font-weight: bold;
    width: 220px;
    padding: 5px 10px 5px 0;
    text-align: right;
}

.form.admin .fieldset .field label, .form.order-payment .fieldset .field label {
    width: 130px;
}

.form.search-widget .fieldset .field label {
    width: 100px;
}

#account-details .field label, #retail-details .field label {
    width: 160px;
}

.form .fieldset .field input[type="text"],
.form .fieldset .field input[type="password"],
.form .fieldset .field textarea {
    background: #FFF;
    border: 0;
    border-left: 5px solid #4d9497;
    float: left;
    padding: 5px;
    width: 290px;
    box-shadow: 0 0 3px rgba(0,0,0,0.25);
}

.form.admin .fieldset .field input[type="text"], .form.order-payment .fieldset .field input[type="text"] {
    width: 210px;
}

.form.search-widget .fieldset input[type="text"] {
    width: 213px;
    background: #F5F5F5;
    box-shadow: none;
}

.form .fieldset .field select {
    float: left;
    padding: 5px;
    box-shadow: 0 0 3px rgba(0,0,0,0.25);
    border: 0;
    border-left: 5px solid #4d9497;
    border-radius: 4px;
   
}

.form .fieldset .field ul li select {
    max-width: 120px;
}

.form .fieldset .field select.style1 {
    max-width: 236px;
    width: 236px;
}

.form.search-widget .fieldset .field select {
    max-width: 226px;
    width: 226px;
    background: #F5F5F5;
	border-radius: 0;
	box-shadow: none;
}

.form .fieldset .field ul {
    background: #FFF;
    border: 0;
    border-left: 5px solid #4d9497;
    box-shadow: 0 0 3px rgba(0,0,0,0.25);
    float: left;
    list-style-type: none;
}

.form .fieldset .field #grape_results_ul {
    box-shadow: 0 0 3px rgba(0,0,0,0.25);
    cursor: pointer;
    display: none;
    left: 110px;
    max-height: 250px;
    overflow-y: auto;
    position: absolute;
    top: 37px;
    width: 220px;
    z-index: 60000;
}

    .form .fieldset .field #grape_results_ul li {
        width: 180px;
        border-right: 0;
    }

.form.search-widget .fieldset .field ul {
    width: 220px;
    background: #F5F5F5;
    box-shadow: none;
}

.form .fieldset .field ul.industry-type li {
    width: 210px;
}

    .form .fieldset .field ul.industry-type li ul {
        padding: 10px;
        margin-right: 10px;
        margin-bottom: 20px;
    }

        .form .fieldset .field ul.industry-type li ul li {
            width: 170px;
        }

.form .fieldset .field ul li {
    float: left;
    border-right: 1px dotted #DCDCDC;
    padding: 5px 8px;
}

    .form .fieldset .field ul li:last-child {
        border-right: 0;
    }

    .form .fieldset .field ul li p {
        padding: 8px 4px 8px 8px;
    }

.form .fieldset .field ul#country li input[type="text"] {
    width: 120px;
}

.form .fieldset .field ul.style1 {
    background: transparent;
    border: 0;
    border-left: none;
    box-shadow: none;
    float: left;
    list-style-type: none;
    padding: 0;
}

    .form .fieldset .field ul.style1 li {
        float: left;
        border-right: none;
        padding: 0 10px 0 0;
    }

.form .fieldset .field ul.style2 li {
    float: left;
    border-right: none;
    padding: 10px 10px 5px 10px;
}

    .form .fieldset .field ul.style2 li span {
        padding-bottom: 5px;
    }

.form .fieldset .field ul.style4 li {
    clear: left;
    border-right: 0;
    width: 240px;
}

.form .fieldset .field ul li input[type="radio"] {
    float: left;
    margin-right: 10px;
    clear: left;
}

.form .fieldset .field ul li input[type="text"] {
    float: left;
    width: 160px;
}

.form .fieldset .field ul li p {
    float: left;
    margin-right: 10px;
}

.form .fieldset ul.industry-type li {
    width: 140px;
}

.form .fieldset ul.industry-type ul li.title {
    font-weight: bold;
    margin-bottom: 10px;
}

.form .fieldset ul.industry-type ul li {
    margin-bottom: 5px;
}

.form .fieldset .your-previous-producers,
.form .fieldset .your-previous-importers {
    background: #FFF;
    float: right;
    width: 260px;
    padding: 20px;
    border-left: 5px solid #4D9497;
    box-shadow: 0 0 3px rgba(0,0,0,0.25);
}

    .form .fieldset .your-previous-producers h2 .form .fieldset .your-previous-importers h2 {
        margin-bottom: 20px;
    }

    .form .fieldset .your-previous-producers ul,
    .form .fieldset .your-previous-importers ul {
        list-style-type: none;
        float: left;
        width: 100%;
        height: 100px;
        overflow-y: scroll;
    }

        .form .fieldset .your-previous-producers ul li,
        .form .fieldset .your-previous-importers ul li {
            float: left;
            margin: 0 0 10px 0;
            width: 100%;
        }

.form .fieldset ul.grape-variety-header {
    float: left;
    margin-left: 240px;
    list-style-type: none;
    border: none;
    background: none;
    box-shadow: none;
}

    .form .fieldset ul.grape-variety-header li {
        float: left;
        width: 180px;
        margin-right: 12px;
        border: none;
        padding: 0;
        font-size: 14px;
        font-weight: bold;
    }

.form .fieldset .company-address,
.form .fieldset .invoice-address {
    float: left;
    width: 460px;
}

    .form .fieldset .company-address .field input[type="text"],
    .form .fieldset .invoice-address .field input[type="text"] {
        width: 240px;
    }

    .form .fieldset .company-address .field label,
    .form .fieldset .invoice-address .field label {
        width: 100px;
    }

.form .fieldset .vat-registered .clear-left {
    clear: left;
}

.form .fieldset .submit-area {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 160px;
    clear: left;
}

    .form .fieldset .submit-area input[type="button"] {
        background: #4D9497;
        border: 0;
        border-radius: 6px;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
        color: #fff;
        font-family: inherit;
        margin-left: 70px;
        padding: 10px 20px;
        text-shadow: 0 1px 1px rgba(0,0,0,0.5);
    }

.form.admin .button.style3, .form .style4 {
    margin-left: 140px;
}

.form .other-contacts {
    float: right;
    width: 400px;
}

.status-options {
    float: left;
    list-style-type: none;
    margin-right: 60px;
}

    .status-options li {
        margin-bottom: 10px;
    }

.status-comments {
    float: left;
}

    .status-comments textarea {
        float: left;
        width: 440px;
        height: 70px;
        padding: 5px;
    }

.status-checkbox {
    float: left;
    margin-right: 10px;
}

.status-text {
    float: left;
    padding: 5px;
    font-size: 12px;
    width: 500px;
    height: 30px;
}

#user-admin .form .other-contacts table {
    float: left;
    text-align: left;
    width: 400px;
    margin-bottom: 40px;
    background: #FFF;
    border-top: 5px solid #DCDCDC;
}

    #user-admin .form .other-contacts table tr th {
        background: #FFF;
        border-top: 5px solid #DCDCDC;
        border-bottom: 1px solid #DCDCDC;
    }

#user-admin .other-contacts input[type="button"] {
    margin-bottom: 20px;
}

.form .other-contacts table tr.last td {
    border-bottom: none;
}

#user-admin .form .other-contacts table td {
    border-bottom: 1px solid #DCDCDC;
    padding: 8px;
}

.form .other-contacts .logo-options {
    float: left;
    list-style-type: none;
    width: 380px;
}

    .form .other-contacts .logo-options li {
        float: left;
        width: 380px;
        margin-bottom: 20px;
    }
	
#add_contact_form {
	min-height: 350px;
	}

input[type="button"], .button {
    background: #4D9497;
    border: 0;
    border-radius: 3px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,0.2);
    font-weight: normal;
    padding: 8px 12px;
    text-align: center;
    cursor: hand;
    cursor: pointer;
    box-shadow: 0 0 3px rgba(0,0,0,0.25);
}

    .button.style3 {
        margin-left: 140px;
    }

    .button.style4 {
        float: right;
        margin-bottom: 40px;
    }

.form .manage-options input[type="button"] {
    margin: 0 10px;
}

.form .divide {
    width: 460px;
    padding-right: 9px;
    border-right: 1px solid #DCDCDC;
    margin-right: 0;
}

.same-as-delivery-address {
    margin-left: 110px;
}

.button:hover {
    background: #4D9497;
}

.form h2 {
    font-size: 16px;
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 5px;
}

/*
	User Account Layout
*/

.user-account-breadcrumbs {
    list-style-type: none;
}

    .user-account-breadcrumbs li {
        float: left;
        margin-right: 5px;
    }

.user-nav {
    border-bottom: 1px solid #E5E5E5;
	font-family: Arial, Sans-Serif;
    list-style-type: none;
}

    .user-nav li {
        float: left;
        margin-right: 10px;
    }

        .user-nav li a {
            background: #E5E5E5;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            color: #000;
            float: left;
            padding: 8px 10px;
            font-weight: bold;
        }

            .user-nav li a:hover, .user-nav li a.active,
            .user-nav li.choose-lang a:hover, .user-nav li.choose-lang a.active {
                background: #4D9497;
                color: #FFF;
                text-shadow: 0 1px 1px rgba(0,0,0,0.5);
            }

        .user-nav li.choose-lang {
            float: right;
            margin-right: 0;
            padding-top: 4px;
        }

            .user-nav li.choose-lang a {
                background: transparent;
            }

.account .user-account-options {
    float: left;
    list-style-type: none;
    width: 620px;
}

    .account .user-account-options li {
        border-bottom: 1px solid #DCDCDC;
        float: left;
        width: 620px;
        padding-bottom: 20px;
        position: relative;
        margin-bottom: 20px;
    }

        .account .user-account-options li.last,
        .account .user-account-options li:last-child {
            border-bottom: 0;
        }

        .account .user-account-options li .button {
            position: absolute;
            bottom: 20px;
            right: 0;
        }

    .account .user-account-options p {
        width: 550px;
    }

.user-account-sidebar .notice-board {
    float: left;
    list-style-type: none;
    margin-bottom: 40px;
    width: 260px;
    padding: 20px;
    background: #F5F5F5;
    border-radius: 2px;
}

    .user-account-sidebar .notice-board h3 {
        font-size: 14px;
        font-weight: bold;
    }

.user-account-sidebar .faq-links {
    float: left;
    padding-left: 30px;
    width: 270px;
}

    .user-account-sidebar .faq-links li {
        float: left;
        padding-bottom: 10px;
        width: 270px;
    }
.user-action-buttons.col-480{
	clear: both;
	margin: 0;
	width: 100%;
}
.user-action-buttons .button {
    margin-bottom: 10px;
    margin-right: 10px;
}
#china-link{
	background: #DAA520 !important;
	display: block;
}
#payment{
	float: right;
	margin: 0;
}
.user-action-header {
    border-top: 1px dotted #DCDCDC;
    padding: 20px 0 0 0;
}

    .user-action-header.alt {
        padding: 20px 0 10px 0;
    }

    .user-action-header select {
        float: left;
        font-size: 12px;
        margin: 7px 20px 0 0;
    }

    .user-action-header .button {
        float: right;
        clear: none;
        margin-left: 10px;
    }

    .user-action-header h2 {
        float: left;
        padding-top: 4px;
        margin: 0 20px 0 0;
    }

    .user-action-header p {
        float: left;
        margin: 9px 20px 0 0;
    }

        .user-action-header p.order-total {
            float: right;
            margin: 9px 0 0 0;
        }

    .user-action-header .order-paid {
        color: green;
    }

    .user-action-header .order-unpaid {
        color: #CE3939;
    }

#user-admin table {
    width: 940px;
    text-align: left;
    float: left;
    margin-bottom: 20px;
    border-left: 1px solid #DCDCDC;
}

    #user-admin table .center {
        text-align: center;
    }

    #user-admin table th {
        border-right: 1px solid #DCDCDC;
        padding: 8px 5px;
        border-bottom: 1px dotted #DCDCDC;
        background: #F5F5F5;
        border-top: 2px solid #DCDCDC;
    }

    #user-admin table tr:hover td {
        background-color: #F9F9F9;
    }

    #user-admin table td {
        border-right: 1px solid #DCDCDC;
        border-bottom: 1px solid #DCDCDC;
        padding: 8px 5px;
    }

    #user-admin table ul {
        list-style-type: none;
    }

        #user-admin table ul li {
            margin-bottom: 5px;
        }

ul.entered-by-users {
    float: left;
    list-style-type: none;
    height: 400px;
    width: 440px;
    overflow-y: scroll;
}

    ul.entered-by-users li {
        float: left;
        width: 410px;
        padding: 4px 10px 4px 0;
        border-bottom: 1px dotted #DCDCDC;
        line-height: 20px;
    }

        ul.entered-by-users li span {
            float: left;
        }

        ul.entered-by-users li input {
            float: right;
            margin-top: 4px;
        }

ul.dropdowns-entered {
    float: left;
    list-style-type: none;
    height: 400px;
    width: 440px;
    overflow-y: scroll;
}

    ul.dropdowns-entered li {
        float: left;
        width: 410px;
        padding: 4px 10px 4px 0;
        border-bottom: 1px dotted #DCDCDC;
        line-height: 20px;
    }

        ul.dropdowns-entered li span {
            clear: none;
            float: left;
        }

            ul.dropdowns-entered li span.title {
                width: 280px;
            }

        ul.dropdowns-entered li input {
            float: right;
            margin-top: 4px;
        }

.deactivate-company {
    float: left;
    margin-bottom: 40px;
    width: 440px;
}

ul.company-details {
    list-style-type: none;
    margin-bottom: 30px;
}

.do-dont-move {
    list-style-type: none;
    float: left;
    width: 440px;
    margin-bottom: 20px;
}

    .do-dont-move li {
        float: left;
        width: 440px;
        line-height: 20px;
    }

        .do-dont-move li span {
            float: left;
            clear: none;
        }

            .do-dont-move li span.button-float {
                float: right;
                padding: 0;
            }

        .do-dont-move li span {
            padding: 5px 5px 5px 0;
        }

.replace-with {
    margin-bottom: 10px;
    padding: 5px;
    width: 427px;
}

.predictive {
    margin-bottom: 10px;
    padding: 5px;
    width: 427px;
}

input.company-details {
    padding: 6px;
    width: 200px;
    margin-right: 5px;
}

.update-options input[type="button"] {
    clear: left;
    float: left;
    margin-bottom: 10px;
}

.update-options p {
    float: left;
    width: 420px;
}

ul.predicitive-varient {
    float: left;
    list-style-type: none;
    width: 440px;
}

    ul.predicitive-varient li {
        float: left;
        width: 430px;
        padding: 4px 10px 4px 0;
        border-bottom: 1px dotted #DCDCDC;
        line-height: 20px;
    }

        ul.predicitive-varient li:last-child {
            border-bottom: 0;
        }

.year-tasting-select {
    margin-bottom: 10px;
    padding: 5px;
    width: 437px;
}

/*
	Shop styling
*/

.currency-selection {
    padding-top: 50px;
}

    .currency-selection p {
        float: left;
    }

    .currency-selection select {
        float: right;
        font-size: 12px;
        width: 130px;
    }

.product-thumb {
    margin-right: 20px;
}

.col-960.checkout-button {
    margin-bottom: 80px;
}

    .col-960.checkout-button .button {
        float: right;
    }

#user-admin table.table.checkout-order-summary th.totals {
    width: 60px;
}

#user-admin table.table.checkout-order-summary th.quantity {
    width: 60px;
    text-align: center;
}

    #user-admin table.table.checkout-order-summary th.quantity input {
        max-width: 40px;
    }

#user-admin table.table.checkout-order-summary select {
    padding: 7px;
    border: 1px solid #DCDCDC;
}

#user-admin table.table.checkout-order-summary .order-quantity {
    width: 30px;
    border-radius: 3px;
    padding: 2px;
    border: 1px solid #DCDCDC;
}

#user-admin table.table.checkout-order-total {
    float: right;
    width: auto;
    border: none;
    border-top: 1px solid #DCDCDC;
    border-left: 1px solid #DCDCDC;
}

    #user-admin table.table.checkout-order-total td {
        width: 120px;
        border: none;
        border-right: 1px solid #DCDCDC;
        border-bottom: 1px solid #DCDCDC;
    }

    #user-admin table.table.checkout-order-total tr td:last-child {
        text-align: left;
    }

    #user-admin table.table.checkout-order-total td.total {
        border-top: 4px solid #DCDCDC;
        background: #F5F5F5;
        padding: 8px 5px;
    }

td.quantity {
    text-align: center;
    width: 100px;
}

    td.quantity input {
        border: 1px solid gainsboro;
        border-radius: 3px;
        padding: 7px;
        margin-right: 10px;
        width: 22px;
        float: left;
    }

    td.quantity img {
        float: left;
    }

    td.quantity span {
        margin-right: 10px;
        padding: 7px 10px;
        border: 1px solid #DCDCDC;
        float: left;
    }

td.sub-total {
    border-top: 2px solid #DCDCDC;
    background: #F5F5F5;
}

#user-admin table.total-reports {
    float: right;
    width: 460px;
}

    #user-admin table.total-reports td {
        min-width: 130px;
    }

.form.order-payment {
    border-top: 5px solid #4D9497;
    padding: 40px 0 20px 0;
    margin-bottom: 40px;
}

    .form.order-payment .fieldset {
        margin-bottom: 0;
    }

    .form.order-payment #checkoutButton {
        float: right;
        width: 260px;
    }

    .form.order-payment input[type="button"] {
        margin-left: 140px;
    }


/*
	Shop Styling
*/

#shop-front {
    margin-bottom: 100px;
}

.discount-area {
    float: left;
    width: 900px;
    padding: 20px 20px 10px 20px;
    background-color: #E3E4E5;
    border-top: solid #4D9497;
    margin: 50px 10px 0 10px;
}

.productbreadcrumbs_area {
    width: 930px;
    float: left;
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 10px;
    padding-left: 10px;
}

.productnavigation_list {
    float: left;
    list-style-type: none;
    width: 200px;
    padding-left: 10px;
}

    .productnavigation_list a {
        float: left;
        width: 200px;
        margin-bottom: 5px;
        border-bottom: 1px solid #DCDCDC;
        padding-bottom: 5px;
        cursor: pointer;
    }

        .productnavigation_list a.productnavigation_link {
            font-weight: bold;
            margin-bottom: 10px;
        }

    .productnavigation_list ul {
        float: left;
        list-style-type: none;
        width: 180px;
        margin-left: 15px;
    }

        .productnavigation_list ul li {
            float: left;
            width: 100%;
            width: 200px;
        }

            .productnavigation_list ul li a {
                border-bottom: none;
                width: 180px;
            }

table.shop-table {
    width: 100% !important;
    border-left: 1px solid #DCDCDC;
    border-top: 1px solid #DCDCDC;
    font-size: 11px;
    font-family: arial, sans-serif;
}

    table.shop-table td {
        border-right: 1px solid #DCDCDC;
        border-bottom: 1px solid #DCDCDC;
        padding: 5px;
    }

        table.shop-table td input[type="text"] {
            width: 30px;
        }


.product-shot {
    float: left;
    width: 230px;
    text-align: center;
    margin-bottom: 20px;
}




/*
  HTML Layout - Grid - 12 Columns 
*/

.container {
    margin: 0 auto;
    width: 960px;
}


.col-960, .col-920, .col-880, .col-840, .col-800 , .col-760,
.col-720, .col-680 .col-640, .col-600, .col-560, .col-520,
.col-480, .col-460, .col-440, .col-400, .col-360, .col-320, 
.col-280, .col-240, .col-200, .col-160,.col-120, .col-80, .col-40  {
	float: left;
 margin: 10px;
 display: inline;
}

.col-960 {
 width: 940px;
 }
 .col-920 {
 width: 900px;
 }
.col-880 {
 width: 860px;
 }
 .col-840 {
 width: 820px;
 }
.col-800 {
 width: 780px;
 }
 .col-760 {
 width: 740px;
 }
.col-720 {
 width: 700px;
 }
 .col-680 {
 width: 660px;
 }
.col-640 {
 width: 620px;
 }
 .col-600 {
 width: 580px;
 }
.col-560 {
 width: 540px;
 }
 .col-520 {
 width: 500px;
 }
.col-480 {
 width: 460px;
 }
 .col-460 {
 width: 440px;
 }
.col-440 {
 width: 420px;
 }
 .col-400 {
 width: 380px;
 }
.col-360 {
 width: 340px;
 }
 .col-320 {
 width: 300px;
 }
.col-280 {
 width: 260px;
 }
 .col-240 {
 width: 220px;
 }
.col-200 {
 width: 180px;
 }
 .col-160 {
 width: 140px;
 }
.col-120 {
 width: 100px;
 }
 .col-80 {
 width: 60px;
 }
.col-40 {
 width: 20px;
 }
 

.alpha {
 margin-left: 0;
 }
.omega {
 margin-right: 0;
 }
.gamma {
 margin: 0;
 }
.xray {
 margin-top: 0;
 margin-bottom: 0;
 }

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #ffffff url('/images/pIkfp.gif') no-repeat 50%;
    opacity: 0.80;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 80);
    filter: alpha(opacity = 80);
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}

/* mas header */
.site-title-ma {
    padding: 50px 0 0 40px;
    color: #05447a;
    font-size: 38px;
}

/*awards-results*/
.box {
    width: 280px;
    margin: 10px;
    background: #f5f5f5;
    padding: 20px 10px 20px 10px;
    display: inline;
    float: left;
    text-align: center;
    min-height: 363px;
}

.boxbottommargin {
    margin-bottom: 35px;
}

    .box img {
        padding-bottom: 20px;
    }

    .box h2 {
        font-family: Georgia, serif;
        font-weight: bold;
        font-size: 18px;
        line-height: 0;
    }

    .box p {
        font-family: Georgia, serif;
        font-size: 18px;
        padding-bottom: 15px;
    }


/*
    Media Styles for Menu fix
*/

@media only screen and (max-device-width: 480px) {
    body {
 min-width: 1200px;
 }
}
@media only screen and (max-width: 1024px) {
    #sitehead #iwc-logo img {
 left: 0px !important;
 }
    a#top-carousel-next, a#top-carousel-prev, a#sponsors-carousel-next, a#sponsors-carousel-prev {
 display: none;
 }
}
@media only screen and (device-width: 768px) {
 
    body {
 min-width: 1200px;
 }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1200px) and (orientation:portrait) {
    /* Put CSS for iPad PORTRAIT layouts in here */
    body {
        min-width: 1200px;
    }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
    /* Put CSS for iPad LANDSCAPE layouts in here */
    body {
        min-width: 1200px;
    }
}
@media only (-webkit-device-pixel-ratio:1 ) {
    /* Put CSS for medium density (mdpi) Android layouts in here */
    body {
        min-width: 1200px;
    }
}
@media only screen and (-webkit-device-pixel-ratio:1.5) {
    /* Put CSS for high density (hdpi) Android layouts in here */
    body {
        min-width: 1200px;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    body {
        min-width: 1200px;
        -webkit-text-size-adjust: none;
    }
    a#top-carousel-next, a#top-carousel-prev,
    a#sponsors-carousel-next, a#sponsors-carousel-prev {
        display: inline !important;
    }
}

.rssFeed li {
  background: url("../images/li-arrow.gif") no-repeat scroll 0 8px transparent;
  line-height: 22px;
  padding-left: 15px;
  list-style: outside none none;
}


.flags {
	position:absolute;
	top:5px;
	right: 310px;
}
.flags img {
    width:40px;
    padding-left:10px;
}


input[type="text"]:disabled {
   background: #f2f2f2 !important;
}