/*************************************************************************************  
*                                                                                    *
*                                                                                    *
*                                                                                    *
*       FILE:               sor.css                                                  *                                                                                           *
*       AUTHOR:             Benjamin Hensch for SOR                                  *
*       CREATION DATE:      01.11.2009                                               *
*       LASTMODIFIED DATE:  08.11.2009                                               *
*                                                                                    *
*                                                                                    *
**************************************************************************************
*************************************************************************************/

* 
{
    margin: 0;
    padding: 0;
    border: 0;
}

body
{
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #999999;
    background: #8c8c8c url(/images/background.jpg) repeat-x fixed; 
}

img, a img, :link img, :visited img
{
    vertical-align: middle;
} 

h1
{
    color: white;
    font-size: 11px;
    font-weight: normal;
    margin: 0 0 0 20px;
}

h2
{
    color: #6d6e6f;
    font-size: 11px;
    font-weight: bold;
}

table
{
    color: #5f6062;
}

/************************************************************************************/

#sor
{
    margin: 0 auto;
    width: 973px;
}

#header
{
    position: relative;
    height: 157px;
    background: transparent url(/images/sor_header.jpg) no-repeat top left;
    margin: 0 0 13px 0;
}

#sor_player
{
    float: right;
    margin: 40px 0 0 0;
    color: #fff;
    width: 150px;
    cursor: pointer;
}

#sor_player img
{
    float: left;
    margin: 0 8px 0 0;
}

/************************************************************************************/ 
/******************************* NAVIGATION *****************************************/ 
/************************************************************************************/
#sor_navigation
{
    position: absolute;
    list-style: none;
    clear: both;
    bottom: 10px;
}

#sor_navigation li
{
    float: left;
    text-align: center;
    padding: 0 0 0 20px;
}

#sor_navigation li a
{
    color: #6d6e6f;
    text-decoration: none;
    font-size: 12px;
}

#sor_navigation li a:hover
{
    color: #fff;
}

#sor_navigation li a.active
{
    color: #fff;
}

#sor_navigation li#sor_language
{
    float: left;
    width: 290px;
    text-align: right;
}

/************************************************************************************/ 
/******************************* PRODUCTS *******************************************/ 
/************************************************************************************/ 
#products
{
    margin: 0 0 13px 0;
    padding: 20px 0 0 0;
    height: 174px;
    background: transparent url(/images/sor_products_background.png) no-repeat top left;
}

#imageslider
{
    height: 165px; 
    margin: 5px 25px 0 25px;  
}

#imageslider div.navi_left
{
    float: left;
    width: 35px;
    height: 138px;
    background: transparent url(/images/icons/sor_products_left.png) no-repeat top left;
    margin: 0 25px 0 0;
    cursor: pointer;
}

#imageslider div.navi_right
{
    float: right;
    width: 35px;
    height: 138px;
    background: transparent url(/images/icons/sor_products_right.png) no-repeat top left;
    cursor: pointer;
}

#imageslider #slideshow
{
    overflow: hidden;
    width: 800px;         
}

#imageslider #slideshow ul
{
    width: 3900px;
    padding-left: 1px;    
    list-style: none;
}

#imageslider #slideshow li.soundsets
{
    float: left;
    width: 118px;
    height: 150px;
    margin: 0 18px 0 0;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}

#imageslider #slideshow li.samplepacks
{
    float: left;
    width: 118px;
    height: 150px;
    margin: 0 50px 0 0;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}

/************************************************************************************/ 
/******************************* CONTENT BOXES **************************************/ 
/************************************************************************************/ 

#sor_content,
#sor_testimonials,
#sor_order_samplepacks,
#sor_order_soundsets,
#sor_freestuff_soundsets
{
    margin: 0 0 13px 0;
}

#sor_content_small
{
    float: left;
    width: 314px;
    margin: 0 17px 0 0;
}

 #sor_content_small div.sor_content_header
{
    height: 58px;
    background: transparent url(/images/sor_content_smallbox_header.png) no-repeat top left;
}

#sor_content_small div.sor_content_content
{
    min-height: 476px;
    background: transparent url(/images/sor_content_smallbox_content.png) no-repeat top left;
    padding: 0 25px 0 20px
}

#sor_content_small div.sor_content_footer
{
    height: 18px;
    background: transparent url(/images/sor_content_smallbox_footer.png) no-repeat top left;
}

#sor_content_big
{
    float: left;
    width: 642px;
}

#sor_content_big div.sor_content_header
{
    height: 58px;
    background: transparent url(/images/sor_content_middlebox_header.png) no-repeat top left;
}

#sor_content_big div.sor_content_content
{
    min-height: 476px;
    background: transparent url(/images/sor_content_middlebox_content.png) no-repeat top left;
    padding: 0 25px 0 20px;
}

#sor_content_big div.sor_content_thickbox
{
    min-height: 416px;
    background: transparent url(/images/sor_content_middlebox_content.png) no-repeat top left;
    padding: 0 25px 0 20px;
}

#sor_content_big div.sor_content_footer
{
    height: 18px;
    background: transparent url(/images/sor_content_middlebox_footer.png) no-repeat top left;
}

#sor_content_large,
#sor_testimonials_large
{
    position: relative;
    width: 974px;
}

#sor_content_large div.sor_content_header,
#sor_testimonials_large div.sor_content_header
{
    height: 58px;
    background: transparent url(/images/sor_content_largebox_header.png) no-repeat top left;
}

#sor_content_large div.sor_content_content,
#sor_testimonials_large div.sor_content_content
{
    background: transparent url(/images/sor_content_largebox_content.png) no-repeat top left;
    padding: 0 25px 0 20px;
}

#sor_content_large div.sor_content_footer,
#sor_testimonials_large div.sor_content_footer
{
    height: 18px;
    background: transparent url(/images/sor_content_largebox_footer.png) no-repeat top left;
}

#sor_content_small div.sor_content_header h2,
#sor_content_big div.sor_content_header h2,
#sor_content_large div.sor_content_header h2,
#sor_testimonials_large div.sor_content_header h2
{
    padding: 20px 0 0 20px;
}

#sor_content_small div.sor_content_content p
{
    padding: 10px 0 10px 0; 
    color: #58595b;
}

#sor_content_small div.sor_content_content a,
#sor_content_big div.sor_content_content a,
#sor_content_large div.sor_content_content a,
#sor_testimonials_large div.sor_content_content a
{
    color: #58595b;
}

#sor_content_big div.sor_content_content div.sor_content,
#sor_content_large div.sor_content_content div.sor_content,
#sor_testimonials_large div.sor_content_content div.sor_content 
{
    padding: 0 0 10px 0; 
    margin: 0 0 15px 0;
    color: #58595b;
    border-bottom: 1px solid #c8c9cb;
}

#sor_content_big div.sor_content_content p.sor_innercontent
{
    float: left;
    border: none;
    width: 480px;
    padding: 0;
}

#sor_content_big div.sor_content_content p.sorinnercontent_height
{
    float: left;
    border: none;
    width: 480px;
    height: 115px;
    padding: 0;
}

#sor_content_large div.sor_content_content p.sor_ordercontent
{
    color: #5f6062;
    margin: 20px 0 0 0;
}

#sor_content_large div.sor_content_content div.sor_ordercontent_float_short
{
    float: left;
    width: 200px;
    color: #5f6062;
    font-weight: bold;
    margin: 20px 0 0 0;
}

#sor_content_large div.sor_content_content div.sor_ordercontent_float
{
    float: left;
    width: 350px;
    color: #5f6062;
    font-weight: bold;
    margin: 20px 0 0 0;
}

#sor_content_big div.sor_content_content div.sor_socialnetworks
{
    float: left;
}

#sor_content_large div.sor_content_content table
{

}

#sor_content_large div.sor_content_content div.sor_order_head_cover
{
    float: left;
    width: 80px;
    color: #5f6062;  
    padding: 0;
    margin: 0 0 10px 0;
}

#sor_content_large div.sor_content_content div.sor_freestuff_head_cover
{
    float: left;
    width: 90px;
    color: #5f6062;  
    padding: 0;
    margin: 0 0 10px 0;
}

#sor_content_large div.sor_content_content div.sor_order_content_cover,
#sor_content_large div.sor_content_content div.sor_freestuff_content_cover
{
    float: left;
    width: 90px;
    color: #5f6062;  
    padding: 0;
    margin: 10px 0 8px 0;
    height: 72px;
}

#sor_content_large div.sor_content_content div.sor_order_head_samplepack
{
    float: left;
    width: 400px; 
    color: #5f6062;  
    padding: 0 0 0 10px;
    margin: 0 0 10px 0;
}

#sor_content_large div.sor_content_content div.sor_order_content_samplepack
{
    float: left;
    width: 400px;
    color: #5f6062;  
    padding: 0;
    margin: 10px 0 8px 0;
    height: 72px;
}

#sor_content_large div.sor_content_content div.sor_order_head_soundset
{
    float: left;
    width: 490px; 
    color: #5f6062;  
    padding: 0;
    margin: 0 0 10px 0;
}

#sor_content_large div.sor_content_content div.sor_order_content_soundset
{
    float: left;
    width: 490px;
    color: #5f6062;  
    padding: 0;
    margin: 0;
}

#sor_content_large div.sor_content_content div.sor_order_head_price
{
    float: left;
    width: 60px;
    color: #5f6062;  
    padding: 0 10px 0 0;
    margin: 0 0 10px 0;
    border-right: 1px solid #bcbec0;
    text-align: right;
} 

#sor_content_large div.sor_content_content div.sor_order_content_price
{
    float: left;
    width: 60px;
    color: #5f6062;  
    padding: 0 10px 0 0;
    margin: 10px 0 8px 0;
    height: 72px;
    border-right: 1px solid #bcbec0;
    text-align: right;
}

#sor_content_large div.sor_content_content div.sor_order_head_purchaseoption,
#sor_content_large div.sor_content_content div.sor_freestuff_head_download
{
    float: left;
    width: 300px;
    color: #5f6062;  
    padding: 0 0 0 10px;
    margin: 0 0 10px 0;
}

#sor_content_large div.sor_content_content div.sor_order_content_purchaseoption,
#sor_content_large div.sor_content_content div.sor_freestuff_content_download
{
    float: left;
    width: 300px;
    color: #5f6062;  
    padding: 0 0 0 10px;
    margin: 10px 0 8px 0;
    height: 72px;
}

#sor_order_soundsets #sor_content_large div.sor_content_content div.sor_order_content_price,
#sor_order_soundsets #sor_content_large div.sor_content_content div.sor_order_content_purchaseoption,
#sor_freestuff_soundsets #sor_content_large div.sor_content_content div.sor_freestuff_content_download
{
    height: auto;
    margin: 0;
}

.sor_freestuff_head_category
{
    float: left;
    width: 500px; 
    color: #5f6062;  
    padding: 0;
    margin: 0 0 10px 0;
    border-right: 1px solid #bcbec0;
}

#sor_content_large div.sor_content_content div.sor_freestuff_head_category_large
{
    float: left;
    width: 590px; 
    color: #5f6062;  
    padding: 0;
    margin: 0 0 10px 0;
    border-right: 1px solid #bcbec0; 
}


#sor_content_large div.sor_content_content div.sor_freestuff_content_category_large
{
    float: left;
    width: 590px; 
    color: #5f6062;  
    padding: 0;
    margin: 0;
    border-right: 1px solid #bcbec0;
}

#sor_content_large div.sor_content_content div.sor_freestuff_content_category
{
    float: left;
    width: 500px; 
    color: #5f6062;  
    padding: 0;
    margin: 10px 0 8px 0;
    border-right: 1px solid #bcbec0;
    height: 72px; 
}

#sor_content_large div.sor_content_content div.sor_innercontent
{
    color: #58595b; 
    border-bottom: 1px solid #c8c9cb;  
}

#sor_content_large div.sor_content_content div.sor_text
{
    float: left;
    border: none;
    width: 700px;
    padding: 0 0 10px 0;
}

#sor_content_large div.sor_content_header a.sor_first,
#sor_content_large div.sor_content_header strong.sor_first
{
    color: #6d6e6f;
    font-size: 11px;
    padding: 0 5px 0 20px;
    line-height: 50px;
}

#sor_content_large div.sor_content_header a
{
    color: #6d6e6f;
    font-size: 11px;
    padding: 0 5px 0 5px;
}

/************************************************************************************/ 
/******************************* FOOTER *********************************************/ 
/************************************************************************************/ 
#footer
{           
    position: relative;
    height: 51px;
    width: 973px;
    background: transparent url(/images/footer_background.png) no-repeat top left;
}

#sor_footer_navigation
{
    position: absolute;
    list-style: none;
    clear: left;
    bottom: 15px;
}

#sor_footer_navigation li
{
    float: left;
    text-align: center;
    padding: 0 0 0 20px;
}

#sor_footer_navigation li a
{
    color: #6d6e6f;
    text-decoration: none;
    font-size: 11px;
}

#sor_footer_navigation li a:hover
{
    color: #fff;
}

#sor_footer_navigation li a.active
{
    color: #fff;
}

/************************************************************************************/ 
/******************************* GLOBAL CLASSES *************************************/ 
/************************************************************************************/ 

.sor_icon
{
    float: left;
    margin: 0 0 0 10px;
}

.sor_icon a
{
    color: #58595b;
    text-decoration: none;
}

.sor_icon img
{
    margin: 0 0 5px 0; 
}

.icon_first
{
    margin: 0;
}

.sor_image
{
    float: left;
    margin: 0 10px 0 0;
}

.sor_headline_float
{
    float: left;
    width: 113px;
}

.sor_headline_socialnetworks
{
    float: left;
    width: 113px;
    line-height: 19px;
}

.sor_headline_visitsor
{
    float: left;
    width: 60px;
    line-height: 19px;
    margin: 0 10px 0 70px;
}

.sor_social
{
    margin: 0 7px 0 0;
}

.sor_freestuff
{
    margin: 0 0 0 28px;
}

.sor_preview
{
    margin: 0 0 5px 0;
}

.sor_thumb
{
    margin: 0 6px 8px 0;
}

.sor_thumb_last
{
    margin: 0 0 8px 0;
}

.sor_orderoption
{
    position: absolute;
    top: 20px;
    right: 30px;
}

.sor_sampleimage
{
    margin-right: 20px;
}

.sor_testimonials_item
{
    float: left;
    width: 450px;
    border-bottom: 1px solid #c8c9cb;
    padding: 19px 0 25px 0;
    margin: 0 20px 0 0;
}

.sor_testimonials_item_last
{
    margin: 0;
} 

.sor_testimonials_image
{
    float: left;
    width: 100px;
    height: 100px;
    margin: 0 20px 0 0;
    background: #c8c9cb;
}

.sor_testimonials_text
{
    position: relative;
    float: left;
    width: 320px;
    overflow: hidden;
}

.sor_testimonialslink
{
    position: absolute;
    top: 0;
    right: 0;
    color: #999999; 
}

.sor_testimonialslink a.sor_testimoniallink
{
    color: #ccc; 
}

.sor_testimonials_text strong
{
    color: #6d6e6f;  
}

.sor_testimonials_button
{
    cursor: pointer;
    color: #6d6e6f;
    text-decoration: underline;
}

.sor_testimonials_textelement
{
    margin: 0 0 10px 0;
}

.sor_testimonials_summary_textelement
{
    height: 80px;
}

.sor_close
{
    position: absolute;
    right: 10px;
    top: 10px;
}

.sor_press_banner
{
    margin: 21px 18px 0 0;
}

.sor_content_left
{
    float: left;
    width: 320px;
}

.sor_content_left_big
{
    float: left;
    width: 450px;
}

.sor_content_left_middle
{
    float: left;
    width: 305px;
}

.sor_press_downloadicon
{
    line-height: 23px;
}

.sor_press_infopackage_icon
{
    float: left;
    width: 100px;
}

.sor_press_infopackage_icon_image
{
    height: 90px;
}

.sor_link_logo_first
{
    margin: 0 40px 20px 45px;
}

.sor_link_logo
{
    margin: 0 40px 20px 0;
}

.sor_link_icon_right
{
    float: right;
}

.sor_link_icon_center
{
    margin: 0 0 0 370px;
}

.sor_addtocard
{
    margin: 0;
}

.sor_orderoption_text
{
	float: left;
	width: 190px;
}

/************************************************************************************/ 
/******************************* FORM ELEMENTS **************************************/ 
/************************************************************************************/

input
{
    border: 1px solid #c8c9cb;
    color: #58595b;
    font-size: 11px; 
    height: 15px;
    padding: 1px 2px 1px 2px;
}

input.sor_newsletter
{
    width: 210px;
    margin: 0 2px 0 0;
}